Likely impossible, but just in case
Vladimir Bauer
8 years ago
1 changed file(s) with
3 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+3
-0
progress.go
less
more
281
281
}
282
282
283
283
func (p *pConf) writeAndFlush(tw, numP, numA int) (err error) {
284
if numP < 0 && numA < 0 {
285
return
286
}
284
287
if p.beforeRender != nil {
285
288
p.beforeRender(p.bars)
286
289
}