Skip to content

Commit 758edd3

Browse files
committed
fs: throw errors on invalid paths synchronously
- Throw getPathFromURL() and nullCheck() errors synchronously instead of deferring them to the next tick, since we already throw validatePath() errors synchronously. - Merge nullCheck() into validatePath() - Never throws in `fs.exists()`, instead, invoke the callback with false, or emit a warning when the callback is not a function. This is to bring it inline with fs.existsSync(), which never throws. - Updates the comment of rethrow() - Throw ERR_INVALID_ARG_VALUE for null checks
1 parent c0762c2 commit 758edd3

File tree

7 files changed

+231
-292
lines changed

7 files changed

+231
-292
lines changed

0 commit comments

Comments
 (0)