Skip to content

Instantly share code, notes, and snippets.

@eternalruler
Created March 4, 2014 19:01
Show Gist options
  • Save eternalruler/9353244 to your computer and use it in GitHub Desktop.
Save eternalruler/9353244 to your computer and use it in GitHub Desktop.
JavaScript Stack Trace
function stackTrace() {
var err = new Error();
return err.stack;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment