Skip to content

Instantly share code, notes, and snippets.

@daGrevis
Created October 3, 2011 13:43
Show Gist options
  • Save daGrevis/1259131 to your computer and use it in GitHub Desktop.
Save daGrevis/1259131 to your computer and use it in GitHub Desktop.
Improved console.log()
function log(value) {
try {
console.log(value)
} catch(exception) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment