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:
Bartek Iwańczuk 2021-06-21 19:37:51 +02:00 committed by GitHub
parent 2c0e482221
commit a2f939b99c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 24 additions and 49 deletions

View file

@ -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,