Commit 51be1a0
Andreas Maier
Clean out spinner character when done.
Details:
- The loop that writes the spinner characters already attempts to
have a clean output when the spinner is sopped, by ending with
the backslash character. However, there was no flush after the
write of the backslash, so that the last spinner character
could still be seen. This change adds a flush after the
writing of the backslash.
Signed-off-by: Andreas Maier <[email protected]>1 parent df4442d commit 51be1a0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments