Skip to content

Commit

Permalink
Merge pull request #2 from jlipps/master
Browse files Browse the repository at this point in the history
fix: log errors rather than allowing unhandled rejections
  • Loading branch information
mikeal authored Aug 27, 2019
2 parents e085888 + b81a3ab commit 06e153a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge-release-run.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ const run = async () => {
process.stdout.write(execSync(`npm publish --access=public`))
process.stdout.write(execSync(`git checkout package.json`))
}
run()
run().catch(console.error)

0 comments on commit 06e153a

Please sign in to comment.