From 19bb23b60a102ff5b0c06e302487a964edd68db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 4 Mar 2023 19:44:59 -0400 Subject: refactor(runtime): factor out FsPermissions for fs ops (#18012) This will help us with moving fs ops to a separate extension crate. --- runtime/worker.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/worker.rs') diff --git a/runtime/worker.rs b/runtime/worker.rs index 908f1a7ab..1de7a8617 100644 --- a/runtime/worker.rs +++ b/runtime/worker.rs @@ -256,7 +256,7 @@ impl MainWorker { ), ops::spawn::init(), ops::fs_events::init(), - ops::fs::init(), + ops::fs::init::(), ops::io::init(), ops::io::init_stdio(options.stdio), deno_tls::init(), -- cgit v1.2.3