Skip to content

Commit c747fb3

Browse files
bcomnesungoldman
andauthored
Update bin/cli.js
Co-authored-by: Nate Goldman <[email protected]>
1 parent 073ad8b commit c747fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ function performRelease (options) {
157157
}
158158

159159
function handleError (err) {
160-
const msg = err.message || JSON.stringify(err, null, ' ')
160+
const msg = err.message || JSON.stringify(err, null, 2)
161161
console.log(chalk.red(msg))
162162
process.exit(1)
163163
}

0 commit comments

Comments
 (0)