summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/main.rs b/cli/main.rs
index 7c3cf248f..8489a5f2f 100644
--- a/cli/main.rs
+++ b/cli/main.rs
@@ -485,7 +485,7 @@ async fn install_command(
Default::default(),
);
// First, fetch and compile the module; this step ensures that the module exists.
- worker.preload_module(&main_module, true).await?;
+ worker.preload_main_module(&main_module).await?;
tools::installer::install(flags, install_flags)?;
Ok(0)
}