Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
fix(output): npm does not punctuate this
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Oct 7, 2017
1 parent 7ab57d0 commit e7ba976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function cliMain () {
return new Installer(parseArgs()).run().then(details => {
console.error(`added ${details.pkgCount} packages in ${
details.runTime / 1000
}s.`)
}s`)
}, err => {
console.error(`Error!\n${err.message}\n${err.stack}`)
})
Expand Down

0 comments on commit e7ba976

Please sign in to comment.