Skip to content

Commit 74f3904

Browse files
committed
dont use blue for numbers in util.inspect
1 parent dc39ab3 commit 74f3904

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/util.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,10 @@ var colors = {
122122
'yellow' : [33, 39]
123123
};
124124

125+
// Don't use 'blue' not visible on cmd.exe
125126
var styles = {
126127
'special': 'cyan',
127-
'number': 'blue',
128+
'number': 'yellow',
128129
'boolean': 'yellow',
129130
'undefined': 'grey',
130131
'null': 'bold',

0 commit comments

Comments
 (0)