dont use blue for numbers in util.inspect
This commit is contained in:
parent
dc39ab3bbf
commit
74f39041d4
@ -122,9 +122,10 @@ var colors = {
|
||||
'yellow' : [33, 39]
|
||||
};
|
||||
|
||||
// Don't use 'blue' not visible on cmd.exe
|
||||
var styles = {
|
||||
'special': 'cyan',
|
||||
'number': 'blue',
|
||||
'number': 'yellow',
|
||||
'boolean': 'yellow',
|
||||
'undefined': 'grey',
|
||||
'null': 'bold',
|
||||
|
Loading…
x
Reference in New Issue
Block a user