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 bb57bf2 commit 955e9c9Copy full SHA for 955e9c9
Sources/Subprocess/Platforms/Subprocess+Linux.swift
@@ -127,8 +127,8 @@ extension Configuration {
127
output: output,
128
error: error,
129
inputPipe: inputPipe.createInputPipe(),
130
- outputPipe: outputPipe.createOutputPipe(with: platformOptions.outputOptions),
131
- errorPipe: errorPipe.createOutputPipe(with: platformOptions.errorOptions)
+ outputPipe: outputPipe.createOutputPipe(with: platformOptions),
+ errorPipe: errorPipe.createOutputPipe(with: platformOptions)
132
)
133
}
134
0 commit comments