diff --git a/tq/meter.go b/tq/meter.go index 57c27772..35edffd1 100644 --- a/tq/meter.go +++ b/tq/meter.go @@ -169,7 +169,11 @@ func (m *Meter) Flush() { return } - m.update() + m.updates <- &tasklog.Update{ + S: m.str(), + At: time.Now(), + Force: true, + } } // Finish shuts down the Meter.