We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0b378 commit 92eaeedCopy full SHA for 92eaeed
node.js
@@ -87,7 +87,7 @@ function formatArgs() {
87
if (useColors) {
88
var c = this.color;
89
90
- args[0] = ' \u001b[9' + c + 'm' + name + ' '
+ args[0] = ' \u001b[3' + c + ';1m' + name + ' '
91
+ '\u001b[0m'
92
+ args[0] + '\u001b[3' + c + 'm'
93
+ ' +' + exports.humanize(this.diff) + '\u001b[0m';
0 commit comments