Skip to content

Commit

Permalink
fs: add UV_ENOSPC to list of things to pass to err directly
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Feb 5, 2025
1 parent 3207fda commit 008577c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1821,6 +1821,7 @@ int MKDirpAsync(uv_loop_t* loop,
break;
}
case UV_EACCES:
case UV_ENOSPC:
case UV_ENOTDIR:
case UV_EPERM: {
req_wrap->continuation_data()->Done(err);
Expand Down

0 comments on commit 008577c

Please sign in to comment.