Skip to content

Commit

Permalink
add a trailing newly to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Jan 12, 2021
1 parent 0a90f14 commit 706389a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lima
Expand Up @@ -4,6 +4,6 @@ let lima = require("../dist/lima")

lima.cli(process.argv.slice(2))
.catch(error => {
process.stderr.write(error.message)
process.stderr.write(error.message + "\n")
exit(22)
})

0 comments on commit 706389a

Please sign in to comment.