1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-12 17:09:00 -05:00
denoland-deno/ext
Nathan Whitaker 1919181b31
fix(node/fs): copyFile with COPYFILE_EXCL should not throw if the destination doesn't exist (#26360)
Fixes #26313.

We were checking for the NotFound error, but still calling the callback
with the error / throwing.
2024-10-18 01:05:02 +02:00
..
broadcast_channel 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
cache refactor(ext/net): use concrete error type (#26227) 2024-10-18 01:05:02 +02:00
canvas 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
console 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
cron 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
crypto refactor(ext/web): use concrete error types (#26185) 2024-10-18 01:05:02 +02:00
fetch 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
ffi 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
fs 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
http fix(net): don't try to set nodelay on upgrade streams (#26342) 2024-10-18 01:04:30 +02:00
io 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
kv refactor(ext/kv): use concrete error type (#26239) 2024-10-18 01:05:02 +02:00
napi 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
net refactor(ext/net): use concrete error type (#26227) 2024-10-18 01:05:02 +02:00
node fix(node/fs): copyFile with COPYFILE_EXCL should not throw if the destination doesn't exist (#26360) 2024-10-18 01:05:02 +02:00
tls 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
url 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
web refactor(ext/web): use concrete error types (#26185) 2024-10-18 01:05:02 +02:00
webgpu 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
webidl 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
websocket 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
webstorage 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00