diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-03-18 10:59:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-18 14:59:51 +0000 |
commit | d11e89127d723d84afe6e5603b731c014a54f9da (patch) | |
tree | 06dbfe0b8d8eb965e477472cff223a8d335c50ad /runtime/ops/worker_host.rs | |
parent | 8af0c8351935ea7c6c0441055d5164908322c9d6 (diff) |
Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)
This reverts commit 4b6305f4f25fc76f974bbdcc9cdb139d5ab8f5f4.
Diffstat (limited to 'runtime/ops/worker_host.rs')
-rw-r--r-- | runtime/ops/worker_host.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/runtime/ops/worker_host.rs b/runtime/ops/worker_host.rs index d5285ec89..26c99efab 100644 --- a/runtime/ops/worker_host.rs +++ b/runtime/ops/worker_host.rs @@ -118,10 +118,7 @@ deno_core::extension!( let format_js_error_fn_holder = FormatJsErrorFnHolder(options.format_js_error_fn); state.put::<FormatJsErrorFnHolder>(format_js_error_fn_holder); - }, - customizer = |ext: &mut deno_core::ExtensionBuilder| { - ext.force_op_registration(); - }, + } ); #[derive(Deserialize)] |