Skip to content

Commit b81a3ab

Browse files
committed
fix: log errors rather than allowing unhandled rejections
1 parent e085888 commit b81a3ab

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)