Skip to content

Instantly share code, notes, and snippets.

@rauschma
Created October 7, 2019 21:55
Show Gist options
  • Save rauschma/857d4a7f395b042352f9e7a3d6544375 to your computer and use it in GitHub Desktop.
Save rauschma/857d4a7f395b042352f9e7a3d6544375 to your computer and use it in GitHub Desktop.

Error.prototype.stack

Chrome

Error
    at f (eval at <anonymous> (first-steps-bundle.js:33), <anonymous>:5:11)
    at g (eval at <anonymous> (first-steps-bundle.js:33), <anonymous>:8:5)
    at eval (eval at <anonymous> (first-steps-bundle.js:33), <anonymous>:10:3)
    at eval (eval at <anonymous> (first-steps-bundle.js:33), <anonymous>:16:2)

Safari

f
g

eval code
eval@[native code]

Firefox

f@file:///Users/rauschma/Library/Mobile%20Documents/com~apple~CloudDocs/Training/js-foundations/basic-js-app/build/first-steps-bundle.js line 33 > eval:5:11
g@file:///Users/rauschma/Library/Mobile%20Documents/com~apple~CloudDocs/Training/js-foundations/basic-js-app/build/first-steps-bundle.js line 33 > eval:8:5
@file:///Users/rauschma/Library/Mobile%20Documents/com~apple~CloudDocs/Training/js-foundations/basic-js-app/build/first-steps-bundle.js line 33 > eval:10:3
@file:///Users/rauschma/Library/Mobile%20Documents/com~apple~CloudDocs/Training/js-foundations/basic-js-app/build/first-steps-bundle.js line 33 > eval:16:2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment