diff --git a/streamformatter/streamformatter.go b/streamformatter/streamformatter.go index 7b7ad12..d3ac39e 100644 --- a/streamformatter/streamformatter.go +++ b/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() == "" {