Skip to content

Commit

Permalink
refactor: remove throw
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
KSXGitHub and Copilot authored Nov 22, 2024
1 parent af17c97 commit 043eeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infinite_clone_test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ function createHash(content) {

main().catch((err) => {
console.error(err);
throw process.exit(1);
process.exit(1);
});

0 comments on commit 043eeba

Please sign in to comment.