diff options
Diffstat (limited to 'runtime/web_worker.rs')
-rw-r--r-- | runtime/web_worker.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/web_worker.rs b/runtime/web_worker.rs index cc7b08fe0..ab0cd6276 100644 --- a/runtime/web_worker.rs +++ b/runtime/web_worker.rs @@ -333,7 +333,6 @@ impl WebWorker { deno_net::init::<Permissions>(options.unstable), ops::os::init(), ops::permissions::init(), - ops::plugin::init(), ops::process::init(), ops::signal::init(), ops::tty::init(), |