newWidthSync: quit case: try to send what we have
Vladimir Bauer
9 years ago
1 changed file(s) with
4 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+4
-1
progress.go
less
more
355
355
break loop
356
356
}
357
357
case <-quit:
358
return
358
if len(widths) == 0 {
359
return
360
}
361
break loop
359
362
}
360
363
}
361
364
result := max(widths)