diff options
Diffstat (limited to 'runtime/ops/web_worker.rs')
-rw-r--r-- | runtime/ops/web_worker.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/ops/web_worker.rs b/runtime/ops/web_worker.rs index 7952a03f2..e62642fdd 100644 --- a/runtime/ops/web_worker.rs +++ b/runtime/ops/web_worker.rs @@ -25,9 +25,6 @@ deno_core::extension!( op_worker_get_type, op_worker_sync_fetch, ], - customizer = |ext: &mut deno_core::ExtensionBuilder| { - ext.force_op_registration(); - }, ); #[op] |