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 28af16d commit 7143303Copy full SHA for 7143303
pkg/proxy/proxy.go
@@ -170,7 +170,7 @@ func (p *Proxy) process() {
170
p.writeOutput(append([]byte{b}, original...))
171
}
172
if output != nil {
173
- p.writeOutput(append(output...))
+ p.writeOutput(output...)
174
175
176
// can requestRedraw even if command errored, as we may not support a command but still want to requestRedraw
0 commit comments