diff --git a/progress.go b/progress.go index 8a8f1bd..20a1d0b 100644 --- a/progress.go +++ b/progress.go @@ -243,6 +243,7 @@ width, height, err := cw.GetTermSize() if err != nil { width = s.reqWidth + height = s.bHeap.Len() } for i := 0; i < s.bHeap.Len(); i++ { bar := s.bHeap[i]