summaryrefslogtreecommitdiff
path: root/cli/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/lib.rs')
-rw-r--r--cli/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lib.rs b/cli/lib.rs
index 2e52ace93..2a13d802d 100644
--- a/cli/lib.rs
+++ b/cli/lib.rs
@@ -154,7 +154,7 @@ fn create_main_worker(
t.add("stderr", Box::new(stderr));
}
- worker.execute("bootstrapMainRuntime()")?;
+ worker.execute("bootstrap.mainRuntime()")?;
Ok(worker)
}