Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
3axap4eHko committed Mar 28, 2023
1 parent 3bb97ed commit 14872bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/swc/dir.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,9 @@ async function initialCompilation(cliOptions: CliOptions, swcOptions: Options) {
if (!quiet && compiled + copied) {
let message = "";
if (compiled) {
message += `Successfully compiled: ${compiled} ${compiled > 1 ? "files" : "file"
}`;
message += `Successfully compiled: ${compiled} ${
compiled > 1 ? "files" : "file"
}`;
}
if (compiled && copied) {
message += ", ";
Expand Down

0 comments on commit 14872bf

Please sign in to comment.