mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(Update): Handle upstream exception scenario cleanly
Fixes #42476 Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
This commit is contained in:
parent
5125c34f01
commit
b3e5c14a6c
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ class Update extends Command {
|
|||
'exception' => $e,
|
||||
]);
|
||||
$output->writeln('Error: ' . $e->getMessage());
|
||||
$result = false;
|
||||
$return = 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue