Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: fix ERR_IPC_CHANNEL_CLOSED send error
Node.js 9.x emits the 'error' event asynchronously. That means catching it with a try/catch statement no longer works. Fixes: nodejs/node#16322
- Loading branch information