Skip to content

Instantly share code, notes, and snippets.

@anru
Last active January 12, 2021 03:00
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 anru/5f9e3351fc0b10bddc79c5faf14c2de7 to your computer and use it in GitHub Desktop.
Save anru/5f9e3351fc0b10bddc79c5faf14c2de7 to your computer and use it in GitHub Desktop.
js error
function foo() {
throw new Error('foo')
}
foo.createApp();
console.log('loaded!! --+--')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment