return output instead of exit text
This commit is contained in:
parent
73cf282117
commit
9da91b03e0
@ -16,6 +16,6 @@ class Console
|
||||
return true;
|
||||
}
|
||||
|
||||
return $process->getExitCodeText();
|
||||
return $process->getOutput();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user