We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?
toString
Calling Error.prepareStackTrace(err, stackframes) does not give proper output.
Error.prepareStackTrace(err, stackframes)
Could we modify
toStringso 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.