Display full object properties in node.warn?

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?

image

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