We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d53b7 commit 72b8a29Copy full SHA for 72b8a29
1 file changed
moonscript/transform/statement.moon
@@ -54,9 +54,6 @@ with_continue_listener = (opts, body) ->
54
lines
55
{"assign", {continue_name}, {"true"}}
56
}}
57
- {"if", {"not", continue_name}, {
58
- {"break"}
59
- }}
60
}
61
62
0 commit comments