diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-09 21:09:57 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 21:09:57 +1000 |
commit | 39f2704bd73971867301a7d424d9f2464916785d (patch) | |
tree | 9078c96685422de9e060b2ed1b5ac4f2359df9be /ext/fs/lib.rs | |
parent | ce1d668929a91da2dc204f6bcc53afd5173c0a33 (diff) |
BREAKING(fs): remove `Deno.fdatasync[Sync]()` (#25520)
Diffstat (limited to 'ext/fs/lib.rs')
-rw-r--r-- | ext/fs/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/fs/lib.rs b/ext/fs/lib.rs index 1725b4dd5..b84565d72 100644 --- a/ext/fs/lib.rs +++ b/ext/fs/lib.rs @@ -229,8 +229,8 @@ deno_core::extension!(deno_fs, op_fs_seek_sync, op_fs_seek_async, - op_fs_fdatasync_sync, - op_fs_fdatasync_async, + op_fs_file_sync_data_sync, + op_fs_file_sync_data_async, op_fs_fsync_sync, op_fs_fsync_async, op_fs_file_stat_sync, |