summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/fs/utils.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/internal/fs/utils.mjs')
-rw-r--r--ext/node/polyfills/internal/fs/utils.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/internal/fs/utils.mjs b/ext/node/polyfills/internal/fs/utils.mjs
index 09169127d..a1823bb32 100644
--- a/ext/node/polyfills/internal/fs/utils.mjs
+++ b/ext/node/polyfills/internal/fs/utils.mjs
@@ -891,7 +891,7 @@ export const validateRmOptionsSync = hideStackFrames(
message: "is a directory",
path,
syscall: "rm",
- errno: EISDIR,
+ errno: osConstants.errno.EISDIR,
});
}
}