summaryrefslogtreecommitdiff
path: root/cli/tools/installer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tools/installer.rs')
-rw-r--r--cli/tools/installer.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tools/installer.rs b/cli/tools/installer.rs
index ec397f78a..461bb1a50 100644
--- a/cli/tools/installer.rs
+++ b/cli/tools/installer.rs
@@ -235,6 +235,7 @@ pub async fn install_command(
// ensure the module is cached
ProcState::from_flags(flags.clone())
.await?
+ .module_load_preparer
.load_and_type_check_files(&[install_flags.module_url.clone()])
.await?;