1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 15:49:44 -05:00
denoland-deno/ext/node/polyfills/internal/fs
Marvin Hagemeister 00e6d41a9d
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
2024-05-16 10:30:41 +02:00
..
handle.ts feat: deprecate Deno.close() (#22066) 2024-01-24 15:59:55 +01:00
streams.d.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
streams.mjs chore: upgrade to dprint 0.39 (#19768) 2023-07-08 18:34:08 +00:00
utils.mjs fix(node): error when throwing FS_EISDIR (#23829) 2024-05-16 10:30:41 +02:00