Skip to content

Commit c1e7561

Browse files
committed
feat: bolden number of changed files
1 parent 15b3d7e commit c1e7561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/pretty-quick.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ prettyQuick(
2222

2323
onFoundChangedFiles: changedFiles => {
2424
console.log(
25-
`🎯 Found ${changedFiles.length} ${
25+
`🎯 Found ${chalk.bold(changedFiles.length)} changed ${
2626
changedFiles.length === 1 ? 'file' : 'files'
27-
} changed.`
27+
}.`
2828
);
2929
},
3030

0 commit comments

Comments
 (0)