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 3b0a84f commit 2d4178fCopy full SHA for 2d4178f
src/execute-command.ts
@@ -37,7 +37,7 @@ export async function executeCommand(commandString: string) {
37
} finally {
38
finished++;
39
logger.brief(
40
- `Running Prettier on ${finished}/${repositories.length} repositories ...`,
+ `${finished}/${repositories.length} repositories finished ...`,
41
);
42
}
43
}),
0 commit comments