dont use blue for numbers in util.inspect

This commit is contained in:
Ryan Dahl 2011-11-10 23:35:35 -08:00
parent dc39ab3bbf
commit 74f39041d4

View File

@ -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',