Support inspecting objects with console.log
If the first parameter passed into console.log() is not a string, all parameters will be printed as formated by sys.inspect. This change also affects console.info and console.warn.
parent
6cd32fb6
Please register or sign in to comment