Skip to content

Commit 07e2b63

Browse files
committed
Send stderr on windows Terminal
Signed-off-by: Michael Crosby <[email protected]>
1 parent d6cd1e5 commit 07e2b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cio/io_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
9999
}()
100100
}
101101

102-
if !fifos.Terminal && fifos.Stderr != "" {
102+
if fifos.Stderr != "" {
103103
l, err := winio.ListenPipe(fifos.Stderr, nil)
104104
if err != nil {
105105
return nil, errors.Wrapf(err, "failed to create stderr pipe %s", fifos.Stderr)

0 commit comments

Comments
 (0)