progressbar icon indicating copy to clipboard operation
progressbar copied to clipboard

Always call `bar.Finish()` in `Reader`

Open mrkbac opened this issue 9 months ago • 0 comments

In the current implementation, bar.Finish() is never called if the underlying io.Reader also implements io.Closer.

mrkbac avatar May 16 '25 20:05 mrkbac