We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36bfd9e commit 2bc35ceCopy full SHA for 2bc35ce
src/index.js
@@ -5,6 +5,7 @@ import run from './run'
5
6
run(process.argv)
7
.catch(error => {
8
+ console.log('\n')
9
console.error(error)
10
process.exit(1)
11
})
0 commit comments