iden3 / circom_tester

Provides tools for testing circom circuits.
56 stars 28 forks source link

print stderr from compilation #17

Closed nvnx7 closed 1 year ago

nvnx7 commented 1 year ago

The tests fail if there is a compilation error (e.g. due to syntax error). But there is no way of knowing the error or its location in the circuit as there is no such output on console at all. Added a couple of console.errors to fix that.

alrubio commented 1 year ago

Thanks for the contribution.