summaryrefslogtreecommitdiff
path: root/runtime/examples/hello_runtime.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/examples/hello_runtime.rs')
-rw-r--r--runtime/examples/hello_runtime.rs1
1 files changed, 0 insertions, 1 deletions
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,