Skip to content

Loops not broken in nested loop #16

@outoftime

Description

@outoftime

Hi,

Thanks for the useful library! I have come across a case where infinite loops are not broken:

for (var i = 0; i < 10; i = i + 1) {
    for (var j = 0; j < 10; i = i + 1) {
    }
}

I haven’t had a chance to investigate yet, and will do so when time allows. But wanted to let you know as soon as I came across it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions