mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #42488 from nextcloud/fix/issue-42476-occ-update
fix(Update): Handle upstream exception scenario cleanly
This commit is contained in:
commit
02f9d79ad6
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