Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ChristianRich/6cfa2fdc6daaa921073c450be02e6925 to your computer and use it in GitHub Desktop.
Save ChristianRich/6cfa2fdc6daaa921073c450be02e6925 to your computer and use it in GitHub Desktop.
Node.js output complex object to console without stringifying
import util from 'util';
console.log(util.inspect(myObject, false, null, true /* enable colors */))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment