1
0
Fork 0

Do not add newlines for errors

pull/5787/merge
Dries Vints 2016-12-06 16:21:24 +01:00 committed by Jordi Boggiano
parent 2ab7df5566
commit 58b27289d0
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class ProcessExecutor
}
if (Process::ERR === $type) {
$this->io->writeError($buffer);
$this->io->writeError($buffer, false);
} else {
$this->io->write($buffer, false);
}