Skip to content

Commit

Permalink
fix: add a missing argument to circom comp error case
Browse files Browse the repository at this point in the history
  • Loading branch information
sorawee committed Oct 5, 2023
1 parent 3a80164 commit 9f57b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picus.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
(cond
[ret (picus:log-debug "circom output: ~a" out)]
[else
(picus:log-error "[circom] ~a" )
(picus:log-error "[circom] ~a" out)
(picus:user-error "circom compilation failed")])
(~a (build-path
(get-tmpdir)
Expand Down

0 comments on commit 9f57b52

Please sign in to comment.