Skip to content

Commit

Permalink
Improved support for emoji badges
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed May 19, 2018
1 parent b5f0f1e commit 69116a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signale.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class Signale {
}

if (this._config.displayBadge && type.badge) {
signale.push(chalk[type.color](type.badge.padEnd(2)));
signale.push(chalk[type.color](type.badge.padEnd(type.badge.length + 1)));
}

if (this._config.displayLabel && type.label) {
Expand Down

0 comments on commit 69116a3

Please sign in to comment.