diff options
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, |