summaryrefslogtreecommitdiff
path: root/runtime/ops/fs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ops/fs.rs')
-rw-r--r--runtime/ops/fs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ops/fs.rs b/runtime/ops/fs.rs
index 87bb090c3..fe263d944 100644
--- a/runtime/ops/fs.rs
+++ b/runtime/ops/fs.rs
@@ -42,7 +42,7 @@ use deno_core::error::generic_error;
use deno_core::error::not_supported;
pub fn init() -> Extension {
- Extension::builder()
+ Extension::builder("deno_fs")
.ops(vec![
op_open_sync::decl(),
op_open_async::decl(),