Skip to content

Commit

Permalink
feat: bolden number of changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
azz committed Jan 9, 2018
1 parent 15b3d7e commit c1e7561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/pretty-quick.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ prettyQuick(

onFoundChangedFiles: changedFiles => {
console.log(
`🎯 Found ${changedFiles.length} ${
`🎯 Found ${chalk.bold(changedFiles.length)} changed ${
changedFiles.length === 1 ? 'file' : 'files'
} changed.`
}.`
);
},

Expand Down

0 comments on commit c1e7561

Please sign in to comment.