-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stacktraces missing #3
Comments
Will try to reproduce this and see what the best way is to preserve stack traces. |
Looks like a bug in the browser itself ( https://stackoverflow.com/questions/3734236/how-can-i-rethrow-an-exception-in-javascript-but-preserve-the-stack ). The only work around I can find is to add an option to not rethrow only for webkit/browsers. |
Improved by #4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is just a code error... it should have a line number and file.
The text was updated successfully, but these errors were encountered: