Skip to content

Instantly share code, notes, and snippets.

@jnns
Last active January 21, 2019 11:58
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 jnns/bcdc071cd62ff298274c618cdd37bfde to your computer and use it in GitHub Desktop.
Save jnns/bcdc071cd62ff298274c618cdd37bfde to your computer and use it in GitHub Desktop.
a javascript file that throws an error
window.setTimeout(function () { throw Error("hello world") }, 10000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment