Skip to content

Commit fb4378b

Browse files
jackyzha0RafaelGSS
authored andcommitted
fs: add UV_ENOSPC to list of things to pass to err directly
PR-URL: #56918 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 841609a commit fb4378b

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
@@ -1813,6 +1813,7 @@ int MKDirpAsync(uv_loop_t* loop,
18131813
break;
18141814
}
18151815
case UV_EACCES:
1816+
case UV_ENOSPC:
18161817
case UV_ENOTDIR:
18171818
case UV_EPERM: {
18181819
req_wrap->continuation_data()->Done(err);

0 commit comments

Comments
 (0)