Do not add newlines for errors
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…
Reference in New Issue