We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d36635 commit ee54adaCopy full SHA for ee54ada
deno/graph_util.rs
@@ -813,7 +813,8 @@ fn enhanced_sloppy_imports_error_message(
813
.resolve(specifier, SloppyImportsResolutionKind::Execution)?
814
.as_suggestion_message();
815
Some(format!(
816
- "{} {} or run with --unstable-sloppy-imports",
+ // "{} {} or run with --unstable-sloppy-imports",
817
+ "{} {}",
818
error,
819
additional_message,
820
))
0 commit comments