toString does not match V8 stack trace format
niftylettuce opened this issue · 2 comments
niftylettuce commented
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 commented
Here is how Node prepares it:
eriwen commented
This is fixed by #23. Thanks @niftylettuce!