This commit is contained in:
Andras Bacsai
2023-06-01 13:54:38 +02:00
parent 4a96b4b622
commit ea5c1b9e12
4 changed files with 18 additions and 14 deletions

View File

@@ -91,7 +91,7 @@ function instant_remote_process(array $command, Server $server, $throwError = tr
ray('executing again');
return instant_remote_process($command, $server, $throwError, $repeat - 1);
}
ray($process->errorOutput());
ray('ERROR OCCURED: ' . $process->errorOutput());
if (!$throwError) {
return null;
}