Merge pull request #42488 from nextcloud/fix/issue-42476-occ-update

fix(Update): Handle upstream exception scenario cleanly
This commit is contained in:
Joas Schilling 2024-01-10 09:21:46 +01:00 committed by GitHub
commit 02f9d79ad6
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;
}