We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3f701 commit 82a957fCopy full SHA for 82a957f
executils/executils.go
@@ -85,8 +85,6 @@ func Command(args []string) (*exec.Cmd, error) {
85
// This is required because some tools detects if the program is running
86
// from terminal by looking at the stdin/out bindings.
87
// https://github.com/arduino/arduino-cli/issues/844
88
- cmd.Stdout = NullWriter
89
- cmd.Stderr = NullWriter
90
cmd.Stdin = NullReader
91
return cmd, nil
92
}
0 commit comments