Skip to content

Commit

Permalink
add export message
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Jan 7, 2025
1 parent 9561daa commit d9ca4f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/export/register.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ circuit.add(<MyCircuit />)

fs.writeFileSync(outputPath, JSON.stringify(circuitJson))

console.log(`Exported to ${outputPath}`)

process.exit(0)
})
}

0 comments on commit d9ca4f3

Please sign in to comment.