Skip to content

Instantly share code, notes, and snippets.

Created February 5, 2016 11:46
Show Gist options
  • Save anonymous/6535530be9798526f8ea to your computer and use it in GitHub Desktop.
Save anonymous/6535530be9798526f8ea to your computer and use it in GitHub Desktop.
try {
function foo() {
foo();
}
foo();
} catch(e) {
window.location.href="http://stackoverflow.com/search?q=[js]+" + e.message || e;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment