From a2f939b99c43c6344f109144d7b01c95294a6f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 21 Jun 2021 19:37:51 +0200 Subject: refactor(core): always attach inspector to isolate (#11042) This commit changes "deno_core::JsRuntime" to always create "deno_core::JsRuntimeInspector" instance. --- runtime/examples/hello_runtime.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/examples/hello_runtime.rs') diff --git a/runtime/examples/hello_runtime.rs b/runtime/examples/hello_runtime.rs index 28ea64043..af2f64892 100644 --- a/runtime/examples/hello_runtime.rs +++ b/runtime/examples/hello_runtime.rs @@ -32,7 +32,6 @@ async fn main() -> Result<(), AnyError> { seed: None, js_error_create_fn: None, create_web_worker_cb, - attach_inspector: false, maybe_inspector_server: None, should_break_on_first_statement: false, module_loader, -- cgit v1.2.3