Skip to content

Instantly share code, notes, and snippets.

@joshmanders
Created May 24, 2016 16:23
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 joshmanders/64de4e680b50388ba1c51c04a9da91c6 to your computer and use it in GitHub Desktop.
Save joshmanders/64de4e680b50388ba1c51c04a9da91c6 to your computer and use it in GitHub Desktop.
[GOD MODE]
const something = () => {
throw new Error('I LEIK MILK!1!1!ONE1!!ELEVEN!!!!')
}
try {
something()
} catch (e) {
window.location.href = `http://stackoverflow.com/search?q=[js] ${e.message}`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment