fix(Update): Handle upstream exception scenario cleanly

Fixes #42476

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
This commit is contained in:
Josh Richards 2023-12-26 15:40:16 -05:00 committed by GitHub
parent 5125c34f01
commit b3e5c14a6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,6 +108,7 @@ class Update extends Command {
'exception' => $e,
]);
$output->writeln('Error: ' . $e->getMessage());
$result = false;
$return = 1;
}