mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
updates
This commit is contained in:
@@ -85,7 +85,7 @@ function instant_remote_process(array $command, Server $server, $throwError = tr
|
||||
$output = trim($process->output());
|
||||
$exitCode = $process->exitCode();
|
||||
if ($exitCode !== 0) {
|
||||
Log::info($process->errorOutput());
|
||||
ray($process->errorOutput());
|
||||
if (!$throwError) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user