mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-08 20:25:22 +00:00
fix comment in progress.go
This commit is contained in:
parent
c06b9b7304
commit
258addc799
@ -51,7 +51,7 @@ func (p *Progress) StopAndClear() bool {
|
|||||||
|
|
||||||
stopped := p.Stop()
|
stopped := p.Stop()
|
||||||
if stopped {
|
if stopped {
|
||||||
// clear the progress bar by:
|
// clear all progress lines
|
||||||
for i := 0; i < p.pos; i++ {
|
for i := 0; i < p.pos; i++ {
|
||||||
fmt.Fprint(p.w, "\033[A\033[2K\033[1G")
|
fmt.Fprint(p.w, "\033[A\033[2K\033[1G")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user