mirror of
https://github.com/arnaucube/circom_tester.git
synced 2026-02-06 19:06:42 +01:00
test added
This commit is contained in:
@@ -51,7 +51,6 @@ async function compile (fileName, options) {
|
||||
if (options.r1cs) flags += "--r1cs ";
|
||||
if (options.json) flags += "--json ";
|
||||
if (options.output) flags += "--output " + options.output + " ";
|
||||
console.log(circom + flags + fileName);
|
||||
|
||||
await exec("circom " + flags + fileName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user