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