diff --git a/pkg/streamformatter/streamformatter.go b/pkg/streamformatter/streamformatter.go index 7b7ad12405..d3ac39ebdb 100644 --- a/pkg/streamformatter/streamformatter.go +++ b/pkg/streamformatter/streamformatter.go @@ -83,7 +83,7 @@ func (sf *StreamFormatter) FormatProgress(id, action string, progress *jsonmessa if err != nil { return nil } - return b + return append(b, streamNewlineBytes...) } endl := "\r" if progress.String() == "" {