Skip to content

Commit 29f8542

Browse files
committed
add UV_ENOSPC to list of things to pass to err directly
1 parent 3207fda commit 29f8542

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
@@ -1821,6 +1821,7 @@ int MKDirpAsync(uv_loop_t* loop,
18211821
break;
18221822
}
18231823
case UV_EACCES:
1824+
case UV_ENOSPC:
18241825
case UV_ENOTDIR:
18251826
case UV_EPERM: {
18261827
req_wrap->continuation_data()->Done(err);

0 commit comments

Comments
 (0)