Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jul 29, 2021
1 parent 429209c commit 980c845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/run/batchWarnings.ts
Expand Up @@ -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)))
);
}
Expand Down

0 comments on commit 980c845

Please sign in to comment.