Skip to content

Commit

Permalink
test: fix failure case
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Nov 22, 2024
1 parent 72cdf68 commit 6ba4092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infinite_clone_test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ function createHash(content) {

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

0 comments on commit 6ba4092

Please sign in to comment.