Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
gnlow committed Dec 6, 2023
1 parent 8ee9f45 commit 027f03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/js.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class PixiVisitor extends Visitor {
}` as cg.Expression

case "stop_repeat":
return "break"
return "break" as cg.Expression

case "_if":
return `if (${params[0]}) {
Expand Down

0 comments on commit 027f03a

Please sign in to comment.