Skip to content

Commit a029a06

Browse files
jackyzha0aduh95
authored andcommitted
fs: add UV_ENOSPC to list of things to pass to err directly
PR-URL: #56918 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 8ab24d2 commit a029a06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node_file.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1742,6 +1742,7 @@ int MKDirpAsync(uv_loop_t* loop,
17421742
break;
17431743
}
17441744
case UV_EACCES:
1745+
case UV_ENOSPC:
17451746
case UV_ENOTDIR:
17461747
case UV_EPERM: {
17471748
req_wrap->continuation_data()->Done(err);

0 commit comments

Comments
 (0)