Skip to content

Commit 72b8a29

Browse files
committed
Remove useless lua output for default continue.
1 parent d6d53b7 commit 72b8a29

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

moonscript/transform/statement.moon

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ with_continue_listener = (opts, body) ->
5454
lines
5555
{"assign", {continue_name}, {"true"}}
5656
}}
57-
{"if", {"not", continue_name}, {
58-
{"break"}
59-
}}
6057
}
6158
}
6259

0 commit comments

Comments
 (0)