mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
Ensure we flush when the line is cleared
This commit is contained in:
parent
44da5a3638
commit
de1d921ba3
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ func clearLine() {
|
|||
return
|
||||
}
|
||||
print("\(csi)2K\(csi)0G")
|
||||
fflush(stdout)
|
||||
}
|
||||
|
||||
extension SSDownloadStatus {
|
||||
|
|
Loading…
Reference in a new issue