summaryrefslogtreecommitdiff
path: root/runtime/web_worker.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-08-09 22:09:51 -0400
committerGitHub <noreply@github.com>2022-08-09 22:09:51 -0400
commit04d402116cb1cb6512fd5f47ab5ee8c3bc0559d0 (patch)
tree21464bf9c37d1f572a98f2bfec7a51b056f4694d /runtime/web_worker.rs
parentd6f789eb05e18dd8887e8e409736773bdf2e0e00 (diff)
chore: temporarily disable `ext/node` and use unstable ops (#15438)
Diffstat (limited to 'runtime/web_worker.rs')
-rw-r--r--runtime/web_worker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/web_worker.rs b/runtime/web_worker.rs
index ec6cd5041..ca11cc18f 100644
--- a/runtime/web_worker.rs
+++ b/runtime/web_worker.rs
@@ -419,7 +419,7 @@ impl WebWorker {
unstable,
options.unsafely_ignore_certificate_errors.clone(),
),
- deno_node::init(),
+ // deno_node::init(), // todo(dsherret): re-enable
ops::os::init_for_worker(),
ops::permissions::init(),
ops::process::init(),