Skip to content

Commit 9f5b428

Browse files
mitchell-asNaatan
andauthored
Update internal/output/progress.go
Co-authored-by: Nathan Rijksen <nathanr@activestate.com>
1 parent 7334f4e commit 9f5b428

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/output/progress.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ func (d *Spinner) Stop(msg string) {
9292
d.stop <- struct{}{}
9393
close(d.stop)
9494

95+
// We're done, so remove the last spinner frame
9596
if d.out.Config().Interactive {
9697
nMoved := d.moveCaretBack()
9798
if nMoved > len(msg) {

0 commit comments

Comments
 (0)