@@ -408,8 +408,7 @@ |
||
408 | 408 | if ($exit_code !== 0) { |
409 | 409 | return $exit_code; |
410 | 410 | } |
411 | - } |
|
412 | - catch (\Exception $e) { |
|
411 | + } catch (\Exception $e) { |
|
413 | 412 | //$logger->error("Exception was caught while executing $command_name."); |
414 | 413 | // Return non-zero exit code. |
415 | 414 | return 1; |