Skip to content

Commit

Permalink
refactor(circom): fix wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
tchataigner committed Mar 8, 2024
1 parent 1e102e3 commit 518b243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/circuit/gadgets/circom/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl CircomGadgetReference {
} else if !gadget_dir.exists() && create_if_missing {
std::fs::create_dir_all(&gadget_dir).map_err(|err| {
CircomCoprocessorError::AssetCreationFailure {
prelude: crate::coprocessor::circom::non_wasm::error_prelude(),
prelude: String::from("error"),
reference: self.clone(),
source: err.into(),
}
Expand Down

0 comments on commit 518b243

Please sign in to comment.