Do not add newlines for errors

main
Dries Vints 8 years ago committed by Jordi Boggiano
parent 2ab7df5566
commit 58b27289d0

@ -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);
}

Loading…
Cancel
Save