Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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#268 Fixes: TypeStrong/ts-node#945
- Loading branch information