This commit is contained in:
Andras Bacsai
2023-04-27 14:16:16 +02:00
parent 91ba7a5704
commit d1b266a361
4 changed files with 5 additions and 5 deletions

View File

@@ -128,7 +128,7 @@ if (!function_exists('runRemoteCommandSync')) {
$exitCode = $process->exitCode();
if ($exitCode !== 0) {
Log::error($output);
throw new \RuntimeException('There was an error running the command.');
// throw new \RuntimeException('There was an error running the command.');
}
return $output;
}