Skip to content

Instantly share code, notes, and snippets.

@devwolf75
Created May 9, 2016 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devwolf75/1d0cbe8ae9b1d29d3e2c6d07d7765122 to your computer and use it in GitHub Desktop.
Save devwolf75/1d0cbe8ae9b1d29d3e2c6d07d7765122 to your computer and use it in GitHub Desktop.
try
{
}
catch(e)
{
var error = "http://stackoverflow.com/search?q=[js]+"+e.message;
window.open(error, '_blank');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment