Skip to content
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

toString does not match V8 stack trace format #22

Closed
niftylettuce opened this issue Sep 13, 2019 · 2 comments
Closed

toString does not match V8 stack trace format #22

niftylettuce opened this issue Sep 13, 2019 · 2 comments

Comments

@niftylettuce
Copy link
Contributor

Could we modify toString so that it closely matches https://v8.dev/docs/stack-trace-api#appendix%3A-stack-trace-format instead of current format?

Calling Error.prepareStackTrace(err, stackframes) does not give proper output.

@niftylettuce
Copy link
Contributor Author

@eriwen
Copy link
Member

eriwen commented Sep 14, 2019

This is fixed by #23. Thanks @niftylettuce!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants