stacktracejs/stackframe

toString does not match V8 stack trace format

niftylettuce opened this issue · 2 comments

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.

This is fixed by #23. Thanks @niftylettuce!