8000 Fixes color on windows, 2nd · 15cm/leetcode-cli@f77bf04 · GitHub
[go: up one dir, main page]

Skip to content

Commit f77bf04

Browse files
committed
Fixes color on windows, 2nd
Signed-off-by: Eric Wang <skygragon@gmail.com>
1 parent 3610442 commit f77bf04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ cmd.handler = function(argv) {
9393
len += x.length + 3;
9494
}
9595< 585D code class="diff-text syntax-highlighted-line">
if (buf.length > 0)
96-
log.printf('%12s%s', ' ', chalk.dim(buf.join(' | ')));
96+
log.printf('%12s%s', ' ', chalk.gray(buf.join(' | ')));
9797
}
9898
}
9999

0 commit comments

Comments
 (0)
0