Skip to content

Commit

Permalink
fix(circom): Make one-shot-syncing simulation exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimo99 authored and PetarKirov committed May 30, 2023
1 parent c465ab4 commit 9ddec79
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ import { readFileSync } from 'fs';
console.log(`Verified recursive proof for period: ${i}`);
} else {
console.log(`Invalid proof`, '\x1b[31m');
process.exit(1);
}
}

process.exit(0);
})();

0 comments on commit 9ddec79

Please sign in to comment.