Skip to content

Commit 06e153a

Browse files
authored
Merge pull request #2 from jlipps/master
fix: log errors rather than allowing unhandled rejections
2 parents e085888 + b81a3ab commit 06e153a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merge-release-run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ const run = async () => {
5252
process.stdout.write(execSync(`npm publish --access=public`))
5353
process.stdout.write(execSync(`git checkout package.json`))
5454
}
55-
run()
55+
run().catch(console.error)

0 commit comments

Comments
 (0)