Skip to content

Commit

Permalink
cli: add success message
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeh committed Jan 6, 2020
1 parent 71df4ed commit 4fbe008
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bin.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ const init = async () => {
if (changedFiles.length) {
log.annotate('files that need formatting:')
log.info(changedFiles.join('\n'))
} else {
log.success('no changes needed')
}
}

Expand Down

0 comments on commit 4fbe008

Please sign in to comment.