Skip to content

Instantly share code, notes, and snippets.

@rlidwka
Created February 2, 2012 02:38
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 rlidwka/1721054 to your computer and use it in GitHub Desktop.
Save rlidwka/1721054 to your computer and use it in GitHub Desktop.
try {
(function ThisIsFunctionName() {
throw new Error()
})()
} catch(x) {
console.log(x.stack)
}
Error
at ThisIsFunctionName (unknown source)
at unknown source
at Object._evaluateOn (unknown source)
at Object._evaluateAndWrap (unknown source)
at Object.evaluate (unknown source)
undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment