Skip to content

Commit

Permalink
Test failed case 2
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed Oct 20, 2023
1 parent 1ec5bfd commit 1627f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-verifier/scripts/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ async function main() {
// and properly handle errors.
main().catch((error) => {
console.error('***err', error);
process.exitCode = 1;
process.exit(error);
});

0 comments on commit 1627f5e

Please sign in to comment.