diff options
Diffstat (limited to 'cli/worker.rs')
-rw-r--r-- | cli/worker.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/worker.rs b/cli/worker.rs index 33352a2d7..97794caf3 100644 --- a/cli/worker.rs +++ b/cli/worker.rs @@ -548,7 +548,6 @@ async fn create_main_worker_internal( shared_array_buffer_store: Some(ps.shared_array_buffer_store.clone()), compiled_wasm_module_store: Some(ps.compiled_wasm_module_store.clone()), stdio, - leak_isolate: !bench_or_test && ps.options.coverage_dir().is_none(), }; let mut worker = MainWorker::bootstrap_from_options( @@ -778,7 +777,6 @@ mod tests { shared_array_buffer_store: None, compiled_wasm_module_store: None, stdio: Default::default(), - leak_isolate: false, }; MainWorker::bootstrap_from_options(main_module, permissions, options) |