Skip to content

Instantly share code, notes, and snippets.

@mrdoob
Created June 4, 2020 23:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrdoob/d265a7c41f21960168d29512402a5c0b to your computer and use it in GitHub Desktop.
Save mrdoob/d265a7c41f21960168d29512402a5c0b to your computer and use it in GitHub Desktop.
Log the stack trace of a function
try { throw new Error; }
catch(e) {
console.log(e.stack);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment