mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
path deployments
This commit is contained in:
@@ -33,7 +33,7 @@ if (!function_exists('generalErrorHandler')) {
|
||||
}
|
||||
} catch (\Throwable $error) {
|
||||
if ($that) {
|
||||
$that->emit('error', $error->getMessage());
|
||||
return $that->emit('error', $error->getMessage());
|
||||
} elseif ($isJson) {
|
||||
return response()->json([
|
||||
'code' => $error->getCode(),
|
||||
|
||||
Reference in New Issue
Block a user