Skip to content

Commit 69d8e77

Browse files
committed
uv: upgrade to 162e57b
1 parent c06e100 commit 69d8e77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/uv/src/win/error.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ uv_err_code uv_translate_sys_error(int sys_errno) {
8181
case ERROR_OPEN_FAILED: return UV_EIO;
8282
case ERROR_SETMARK_DETECTED: return UV_EIO;
8383
case ERROR_SIGNAL_REFUSED: return UV_EIO;
84+
case ERROR_DIRECTORY: return UV_ENOENT;
8485
case ERROR_FILE_NOT_FOUND: return UV_ENOENT;
8586
case ERROR_INVALID_NAME: return UV_ENOENT;
8687
case ERROR_INVALID_REPARSE_DATA: return UV_ENOENT;

0 commit comments

Comments
 (0)