summaryrefslogtreecommitdiff
path: root/ext/fs/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fs/lib.rs')
-rw-r--r--ext/fs/lib.rs2
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,