diff --git a/bar.go b/bar.go index ad99744..d547bee 100644 --- a/bar.go +++ b/bar.go @@ -317,7 +317,7 @@ s.draw(tw, prependWs, appendWs) buf = s.toBytes() } - ch <- &writeBuf{buf, true} + ch <- &writeBuf{buf, false} close(ch) } }()