progressui: print error again on plain mode
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>docker-19.03
parent
d451b66bae
commit
770dbc81bf
|
@ -79,6 +79,7 @@ func DisplaySolveStatus(ctx context.Context, phase string, c console.Console, w
|
|||
if done || displayLimiter.Allow() {
|
||||
printer.print(t)
|
||||
if done {
|
||||
t.printErrorLogs(w)
|
||||
return nil
|
||||
}
|
||||
ticker.Stop()
|
||||
|
|
Loading…
Reference in New Issue