mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
refactor(core): always attach inspector to isolate (#11042)
This commit changes "deno_core::JsRuntime" to always create "deno_core::JsRuntimeInspector" instance.
This commit is contained in:
parent
2c0e482221
commit
a2f939b99c
6 changed files with 24 additions and 49 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue