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 4cddb65 commit 35a7103Copy full SHA for 35a7103
term/term.go
@@ -157,7 +157,7 @@ func removeColors(isTerminal bool, a []any) []any {
157
}
158
args := make([]any, len(a))
159
for i := range a {
160
- s := getColorizedString(arg)
+ s := getColorizedString(a[i])
161
if s != nil && (!isTerminal || !isSupportsAnsi || s.color.Is256()) {
162
args[i] = s.value
163
} else {
0 commit comments