Skip to content

Commit 682807c

Browse files
authored
test
1 parent ee128aa commit 682807c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/jsgen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ class JSGenerator {
504504
for (let i = this.frames.length - 1; i >= 0; i--) {
505505
const frame = this.frames[i];
506506
if (frame.overrideLoop) {
507-
return frame.isLoop
507+
return false;
508508
}
509509
if (!frame.isLastBlock) {
510510
return false;

0 commit comments

Comments
 (0)