This commit is contained in:
Andras Bacsai
2023-04-27 14:32:39 +02:00
parent d1b266a361
commit f5c1533309
4 changed files with 7 additions and 8 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;
}