We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbcbd5 commit 17b9964Copy full SHA for 17b9964
selfupdate.go
@@ -119,7 +119,7 @@ func (c config) Println(s string) {
119
}
120
121
func (c config) Printf(format string, any ...any) {
122
- fmt.Fprintf(c.progress, "[1;2m"+format+"[0m", any...)
+ fmt.Fprintf(c.progress, "\x1b[1;2m"+format+"\x1b'[0m", any...)
123
124
125
func (c config) Install(tag, asset string) error {
0 commit comments