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 ad05cee commit 28af16dCopy full SHA for 28af16d
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([]byte{b}, output...))
+ p.writeOutput(append(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