Created
May 9, 2016 03:20
-
-
Save devwolf75/1d0cbe8ae9b1d29d3e2c6d07d7765122 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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