Skip to content

Commit 507debf

Browse files
committed
fixed set of CaptureErrorOutput
1 parent 207f85c commit 507debf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FlubuCore/Tasks/Process/RunProgramTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public IRunProgramTask CaptureErrorOutput()
127127
/// <inheritdoc />
128128
public IRunProgramTask CaptureErrorOutput(bool capture)
129129
{
130-
_captureErrorOutput = false;
130+
_captureErrorOutput = capture;
131131
return this;
132132
}
133133

0 commit comments

Comments
 (0)