Skip to content

Commit

Permalink
fix(Update): Handle upstream exception scenario cleanly
Browse files Browse the repository at this point in the history
Fixes #42476

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
  • Loading branch information
joshtrichards authored Dec 26, 2023
1 parent 5125c34 commit b3e5c14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/Command/App/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
'exception' => $e,
]);
$output->writeln('Error: ' . $e->getMessage());
$result = false;
$return = 1;
}

Expand Down

0 comments on commit b3e5c14

Please sign in to comment.