return output instead of exit text

This commit is contained in:
denisdulici 2019-12-14 00:57:08 +03:00
parent 73cf282117
commit 9da91b03e0

View File

@ -16,6 +16,6 @@ class Console
return true;
}
return $process->getExitCodeText();
return $process->getOutput();
}
}