Skip to content

Commit ee54ada

Browse files
authored
fix: do not mention about unstable sloppy import flag (#505)
1 parent 9d36635 commit ee54ada

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deno/graph_util.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,8 @@ fn enhanced_sloppy_imports_error_message(
813813
.resolve(specifier, SloppyImportsResolutionKind::Execution)?
814814
.as_suggestion_message();
815815
Some(format!(
816-
"{} {} or run with --unstable-sloppy-imports",
816+
// "{} {} or run with --unstable-sloppy-imports",
817+
"{} {}",
817818
error,
818819
additional_message,
819820
))

0 commit comments

Comments
 (0)