diff options
author | Marvin Hagemeister <marvin@deno.com> | 2024-05-16 10:30:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 10:30:41 +0200 |
commit | 00e6d41a9d86c3c1a2e8807461bab127e52f0a10 (patch) | |
tree | e9b72ebf36509dc2cbfe1189640bc85b14dc8a46 /runtime/errors.rs | |
parent | 88983fb3eb5a085f7d358a7a98d5c738a21b5d27 (diff) |
fix(node): error when throwing `FS_EISDIR` (#23829)
The `EISDIR` error code is not available as a global variable, but must
be accessed through the `osConstants.errno` object.
Fixes https://github.com/denoland/deno/issues/23695
Diffstat (limited to 'runtime/errors.rs')
0 files changed, 0 insertions, 0 deletions