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
Error: full stack trace
at b (/tmp/stacktest.js:13:26)
at a (/tmp/stacktest.js:12:16)
at run (/tmp/stacktest.js:6:5)
at /tmp/stacktest.js:1:1
TypeError: 'join' is not a function
at run (/tmp/stacktest.js:6:5)
at /tmp/stacktest.js:2:1
I'd like the latter stack trace to include at c and at d.
The text was updated successfully, but these errors were encountered:
Errors propagated up from a
throw
statement carry a full stack trace (#179), but other errors do not.For example, when I run the following code:
I get this output:
I'd like the latter stack trace to include
at c
andat d
.The text was updated successfully, but these errors were encountered: