Skip to content

Commit 3cfb8e6

Browse files
committed
Remove await on opn call, resolving process exit issue
1 parent bf44ccf commit 3cfb8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/good-first-issue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ cli
6060
console.log(output[key].toString())
6161

6262
if (cmd.open) {
63-
await opn(issues[key].url)
63+
opn(issues[key].url)
6464
process.exit(0)
6565
}
6666
})

0 commit comments

Comments
 (0)