Skip to content

Commit

Permalink
Merge pull request #195 from plttn/main
Browse files Browse the repository at this point in the history
Fix hang on deno
  • Loading branch information
georges-gomes authored Dec 1, 2024
2 parents 08438de + 0126c82 commit af7f24c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ program
if (options.fail && state.issues.size > 0) {
exit(1);
}
exit(0);
});

program.parse();
Expand Down

0 comments on commit af7f24c

Please sign in to comment.