Skip to content

Instantly share code, notes, and snippets.

@pwlin
Created August 22, 2014 09:48
Show Gist options
  • Save pwlin/0451c136e8266910becd to your computer and use it in GitHub Desktop.
Save pwlin/0451c136e8266910becd to your computer and use it in GitHub Desktop.
onError
window.onerror = function(message, url, lineNumber) {
console.log("Error: "+message+" in "+url+" at line "+lineNumber);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment