Codebase list golang-github-vbauerster-mpb / 81a6f29
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
281281 }
282282
283283 func (p *pConf) writeAndFlush(tw, numP, numA int) (err error) {
284 if numP < 0 && numA < 0 {
285 return
286 }
284287 if p.beforeRender != nil {
285288 p.beforeRender(p.bars)
286289 }