Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the throw_safe variable to the uv_fs_s struct
This variable is meant to control whether IO errors are created or not. This enables: nodejs/node-v0.x-archive#8189 The general idea is to throw less errors that are immediately caught.
- Loading branch information