diff --git a/cli/run/batchWarnings.ts b/cli/run/batchWarnings.ts index 28d5e2dd210..1af0e496168 100644 --- a/cli/run/batchWarnings.ts +++ b/cli/run/batchWarnings.ts @@ -239,9 +239,9 @@ const deferredHandlers: { for (const warning of warnings) { stderr( warning.names + - ' imported from external module ' + + " imported from external module '" + warning.source + - ' but never used in ' + + "' but never used in " + printQuotedStringList((warning.sources as string[]).map(id => relativeId(id))) ); }