Skip to content

Instantly share code, notes, and snippets.

@jwalsh
Created June 16, 2010 18:57
Show Gist options
  • Save jwalsh/441111 to your computer and use it in GitHub Desktop.
Save jwalsh/441111 to your computer and use it in GitHub Desktop.
window.onerror = function(e, u, l) {
alert("Error: " + e);
return true;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment