Skip to content

Commit

Permalink
Update crates/nargo_cli/src/cli/execute_cmd.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Vezenov <mvezenov@gmail.com>
  • Loading branch information
kevaundray and vezenovm authored Sep 7, 2023
1 parent 40161a7 commit bb4b199
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/nargo_cli/src/cli/execute_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ fn extract_opcode_error_from_nargo_error(
NargoError::ExecutionError(err) => err,
_ => return None,
};
//send back here a execution error instead

match execution_error {
ExecutionError::SolvingError(OpcodeResolutionError::BrilligFunctionFailed {
Expand Down

0 comments on commit bb4b199

Please sign in to comment.