pull/5370/head
ioedeveloper 1 year ago
parent 0f25e6072c
commit 1f36c9bc34
  1. 2
      apps/circuit-compiler/src/app/components/container.tsx

@ -67,7 +67,7 @@ export function Container () {
const fullPathLocation = await circuitApp.plugin.resolveReportPath(location)
const content = await circuitApp.plugin.call('fileManager', 'readFile', fullPathLocation)
const message = `
solidity code: ${content}
circom code: ${content}
error message: ${error}
full circom error: ${JSON.stringify(report, null, 2)}
explain why the error occurred and how to fix it.

Loading…
Cancel
Save