Skip to content
  • Aaron J. Seigo's avatar
    don't crash when the list is empty · 11fd0f2c
    Aaron J. Seigo authored
    the do/while construct would die on an empty list. in theory this
    shouldn't happen because we are asking with a Task pointer which
    should only exist if there are, well, windows. however, due to the
    async nature of windowing systems, during the time of the call all
    of this can change.
    
    BUG:281035
    11fd0f2c