Skip to content

No progress with continue #47

Open
@ssfrr

Description

@ssfrr

If I have a for loop with at continue in it, it doesn't seem that the progress bar gets updated.

For example:

julia> @progress for x in 1:100
         sleep(0.05)
         continue
       end

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