summaryrefslogtreecommitdiff
path: root/runtime/worker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/worker.rs')
-rw-r--r--runtime/worker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/worker.rs b/runtime/worker.rs
index ab54e2153..c75f09dc8 100644
--- a/runtime/worker.rs
+++ b/runtime/worker.rs
@@ -113,7 +113,7 @@ impl MainWorker {
metrics::init(),
// Runtime ops
ops::runtime::init(main_module),
- ops::worker_host::init(true, options.create_web_worker_cb.clone()),
+ ops::worker_host::init(options.create_web_worker_cb.clone()),
ops::fs_events::init(),
ops::fs::init(),
ops::http::init(),