Skip to content

Commit 4f0b7bd

Browse files
committed
make sure to call top-level async function
1 parent 3fcb3b7 commit 4f0b7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/github-lint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ try {
5858
process.stderr.write(`\nCommand failed: ${nonzero}\n`)
5959
process.exit(nonzero)
6060
}
61-
})
61+
})()
6262
} catch (error) {
6363
setTimeout(() => {
6464
throw error

0 commit comments

Comments
 (0)