Skip to content

Commit

Permalink
make sure to call top-level async function
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Mar 19, 2020
1 parent 3fcb3b7 commit 4f0b7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/github-lint.js
Expand Up @@ -58,7 +58,7 @@ try {
process.stderr.write(`\nCommand failed: ${nonzero}\n`)
process.exit(nonzero)
}
})
})()
} catch (error) {
setTimeout(() => {
throw error
Expand Down

0 comments on commit 4f0b7bd

Please sign in to comment.