We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e456680 commit a390964Copy full SHA for a390964
src/core/dependencies/parser/CircomTemplateInputsVisitor.ts
@@ -145,7 +145,7 @@ export class CircomTemplateInputsVisitor extends CircomVisitor<void> {
145
}
146
147
if (ctx.parentCtx!.parentCtx instanceof BusDeclarationContext) {
148
- throw new Error("INTERNAL ERROR: Buses are not supported");
+ throw new Error("Buses are not supported");
149
150
151
const signalDeclarationContext = ctx.parentCtx!.parentCtx as SignalDeclarationContext;
0 commit comments