diff --git a/progress.go b/progress.go index 1caacd1..300b662 100644 --- a/progress.go +++ b/progress.go @@ -51,7 +51,7 @@ func New() *Progress { RefreshInterval: RefreshInterval, tdone: make(chan bool), - lw: uilive.New(), + lw: lw, mtx: &sync.RWMutex{}, } }