Skip to content

Instantly share code, notes, and snippets.

@ForbesLindesay
Created May 18, 2013 03:47
Show Gist options
  • Select an option

  • Save ForbesLindesay/5603166 to your computer and use it in GitHub Desktop.

Select an option

Save ForbesLindesay/5603166 to your computer and use it in GitHub Desktop.
console.dir = function (obj) {
console.log(require('util').inspect(obj, false, 15, true))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment