-
Notifications
You must be signed in to change notification settings - Fork 771
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Check createFileSync gives clear error if node in directory tree is a file * Make error code check work in Node.js 6 * Throw ENOTDIR error when dir doesn't exist * Add test for createFile * Throw ENOTDIR error when dir doesn't exist for makeFile async * Make stat call on parent directory instead of first checking exists Co-authored-by: Luke Childs <lukechilds123@gmail.com>
- Loading branch information
1 parent
76e48cb
commit 5d3f533
Showing
2 changed files
with
56 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters