We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21f0fea + f804139 commit 039376cCopy full SHA for 039376c
pkg/engine/cmd.go
@@ -73,7 +73,6 @@ func (e *Engine) runCommand(ctx Context, tool types.Tool, input string, toolCate
73
74
output := &bytes.Buffer{}
75
all := &bytes.Buffer{}
76
- cmd.Stdin = os.Stdin
77
cmd.Stderr = io.MultiWriter(all, os.Stderr)
78
cmd.Stdout = io.MultiWriter(all, output)
79
0 commit comments