Display full object properties in node.warn? Simple way to do this?
node.warn(JSON.stringify(myobject))
Whats wrong with just sending the object to node.warn?

Wanted to display without the interaction... just see it at a glance type of thing.
Display full object properties in node.warn? Simple way to do this?
node.warn(JSON.stringify(myobject))
Whats wrong with just sending the object to node.warn?

Wanted to display without the interaction... just see it at a glance type of thing.