Skip to content

Commit 2bc35ce

Browse files
committed
Space out error logs
1 parent 36bfd9e commit 2bc35ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import run from './run'
55

66
run(process.argv)
77
.catch(error => {
8+
console.log('\n')
89
console.error(error)
910
process.exit(1)
1011
})

0 commit comments

Comments
 (0)