diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-04 18:53:43 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 08:53:43 +0000 |
commit | 3d36cbd056292e0a89d282fa84b7198ae38be4cc (patch) | |
tree | 11d0b88b68fe104958584b9c4abf7f80bbd3e3a6 /ext/fs/lib.rs | |
parent | ac33fc2892f8faf9484c31c2aabfdc3744de0314 (diff) |
BREAKING(fs): remove `Deno.ftruncate[Sync]()` (#25412)
Towards #22079
Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
Diffstat (limited to 'ext/fs/lib.rs')
-rw-r--r-- | ext/fs/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fs/lib.rs b/ext/fs/lib.rs index be43c81d9..7cf5f6cb3 100644 --- a/ext/fs/lib.rs +++ b/ext/fs/lib.rs @@ -242,7 +242,7 @@ deno_core::extension!(deno_fs, op_fs_funlock_async, op_fs_funlock_sync, op_fs_ftruncate_sync, - op_fs_ftruncate_async, + op_fs_file_truncate_async, op_fs_futime_sync, op_fs_futime_async, |