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] 'yellow' : [33, 39]
}; };
// Don't use 'blue' not visible on cmd.exe
var styles = { var styles = {
'special': 'cyan', 'special': 'cyan',
'number': 'blue', 'number': 'yellow',
'boolean': 'yellow', 'boolean': 'yellow',
'undefined': 'grey', 'undefined': 'grey',
'null': 'bold', 'null': 'bold',