Skip to content

Commit

Permalink
exp
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Nov 4, 2023
1 parent 9103dd0 commit 720631d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barretenberg/acir_tests/sol-test/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import solc from "solc";
const getEnvVar = (envvar) => {
const varVal = process.env[envvar];
if (!varVal) {
throw new Error(`${envvar} not set`);
return 0;
}
return varVal;
}
Expand Down

0 comments on commit 720631d

Please sign in to comment.