Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Handle errors emitted within worker threads (#270)
Uncaught errors thrown within the worker will kill the entire application. This PR handles this by listening for these errors and terminating the thread if they arise.
- Loading branch information