Skip to content

Instantly share code, notes, and snippets.

@stephenquan
Created December 17, 2018 04:27
Show Gist options
  • Save stephenquan/c84f905e8f0492a30ede7c6c8793cfc8 to your computer and use it in GitHub Desktop.
Save stephenquan/c84f905e8f0492a30ede7c6c8793cfc8 to your computer and use it in GitHub Desktop.
consoleTrace.js
function consoleTrace() { console.log(new Error()).stack.split("\n")[1]; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment