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
Fix Node.js Worker support by not shimming uncaughtException
Node.js Worker threads don’t handle `uncaughtException` the same way
that the main thread does. The shim does not apply/make sense here,
but breaks error handling support in unexpected ways instead.
Fixes: evanw/node-source-map-support#268Fixes: TypeStrong/ts-node#945
0 commit comments