fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user