Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Nov 22, 2023
1 parent 00c864b commit 009b539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psl/Shell/execute.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,6 @@ static function (array $m) use (
ErrorOutputBehavior::Prepend => $stderr_content . $stdout_content,
ErrorOutputBehavior::Append => $stdout_content . $stderr_content,
ErrorOutputBehavior::Replace => $stderr_content,
ErrorOutputBehavior::Packed, ErrorOutputBehavior::Discard => $stdout_content,
ErrorOutputBehavior::Discard => $stdout_content,
};
}

0 comments on commit 009b539

Please sign in to comment.