Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3266018

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

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
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)

AltStyle によって変換されたページ (->オリジナル) /