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.
2 parents 08e70b0 + 4a0fec8 commit 2289628Copy full SHA for 2289628
internal/upstream_process.go
@@ -22,6 +22,7 @@ func NewUpstreamProcess(name string, arg ...string) *UpstreamProcess {
22
}
23
24
func (p *UpstreamProcess) Run() (int, error) {
25
+ p.cmd.Stdin = os.Stdin
26
p.cmd.Stdout = os.Stdout
27
p.cmd.Stderr = os.Stderr
28
0 commit comments