pull/4481/head
ioedeveloper 10 months ago
parent 983497fe02
commit 459f6f5674
  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