Skip to content

Commit

Permalink
fix: force exit when done
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicsim1 committed Jan 3, 2024
1 parent e14e8e1 commit cfb528f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ async function run(): Promise<void> {
setFailed(e)
}
}
process.exit()
}

run()
.then()
.catch(e => {
if (e instanceof Error) {
setFailed(e)
}
})

0 comments on commit cfb528f

Please sign in to comment.