Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrap require in Worker with try-catch
Worker._run in async, so throws in it will result in unhandled Promise rejection instead of unhandled exception, and process wont exit.
- Loading branch information