From 78566753c81a26dc1855d8187c8192ffb1ba64e2 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 7 Dec 2023 15:59:13 -0500 Subject: feat: add suggestions to module not found error messages for file urls (#21498) --- cli/module_loader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/module_loader.rs') diff --git a/cli/module_loader.rs b/cli/module_loader.rs index 92116dc7b..afd2d1999 100644 --- a/cli/module_loader.rs +++ b/cli/module_loader.rs @@ -169,7 +169,7 @@ impl ModuleLoadPreparer { ) .await?; - graph_valid_with_cli_options(graph, &roots, &self.options)?; + graph_valid_with_cli_options(graph, &self.fs, &roots, &self.options)?; // If there is a lockfile... if let Some(lockfile) = &self.lockfile { -- cgit v1.2.3