mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
parent
37b8e55131
commit
e9119d4a2d
|
@ -248,7 +248,7 @@ func StartProgress() string {
|
|||
return ""
|
||||
}
|
||||
|
||||
return fmt.Sprintf(formats.Escape, startProgress)
|
||||
return startProgress
|
||||
}
|
||||
|
||||
func StopProgress() string {
|
||||
|
@ -256,7 +256,7 @@ func StopProgress() string {
|
|||
return ""
|
||||
}
|
||||
|
||||
return fmt.Sprintf(formats.Escape, endProgress)
|
||||
return endProgress
|
||||
}
|
||||
|
||||
func Write(background, foreground color.Ansi, text string) {
|
||||
|
|
Loading…
Reference in a new issue