Skip to content

Commit

Permalink
fix: expr block compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Nov 12, 2023
1 parent 4c4a289 commit 4ce1438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler/src/viewCompiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const ${this.view.name}_view = ${
);
break;
case "expr":
if (socketName !== "output") {
if (socketName !== "value") {
throw new Error(
`Cannot find socket ${socketName} in block ${blockId}`,
);
Expand Down

0 comments on commit 4ce1438

Please sign in to comment.