Skip to content

Commit 92eaeed

Browse files
committed
Issue debug-js#182: replace high intensity foreground color for bold
1 parent ef0b378 commit 92eaeed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function formatArgs() {
8787
if (useColors) {
8888
var c = this.color;
8989

90-
args[0] = ' \u001b[9' + c + 'm' + name + ' '
90+
args[0] = ' \u001b[3' + c + ';1m' + name + ' '
9191
+ '\u001b[0m'
9292
+ args[0] + '\u001b[3' + c + 'm'
9393
+ ' +' + exports.humanize(this.diff) + '\u001b[0m';

0 commit comments

Comments
 (0)