Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: turn uv_pipe_open() failures into exceptions
uv_pipe_open() is unlikely to fail but when it does, the failure should not be quietly ignored. Raise the error as an exception. See joyent/libuv#941.
- Loading branch information