You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the new error reporting function print-error-report with with-out-str I get back an empty string and the error report still writes to the original output. E.g.:
version
1.2.159
platform
macOS Ventura 13.1
Node v18.12.1
problem
When using the new error reporting function
print-error-report
withwith-out-str
I get back an empty string and the error report still writes to the original output. E.g.:Results in an empty string.
repro
The above code prints an empty string.
expected behavior
The code in
repro
should print the actual error message stored inresult
.The text was updated successfully, but these errors were encountered: