diff options
Diffstat (limited to 'cli/resolver.rs')
-rw-r--r-- | cli/resolver.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/resolver.rs b/cli/resolver.rs index 3cf124217..6fd034979 100644 --- a/cli/resolver.rs +++ b/cli/resolver.rs @@ -431,7 +431,7 @@ fn sloppy_imports_resolve( // show a warning when this happens in order to drive // the user towards correcting these specifiers log::warn!( - "{} Sloppy import resolution {}\n at {}", + "{} Sloppy module resolution {}\n at {}", crate::colors::yellow("Warning"), crate::colors::gray(format!("(hint: {})", hint_message)), if referrer_range.end == deno_graph::Position::zeroed() { |