Browse Source
Merge pull request #42488 from nextcloud/fix/issue-42476-occ-update
fix(Update): Handle upstream exception scenario cleanly
pull/42679/head
Joas Schilling
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
core/Command/App/Update.php
|
|
|
@ -108,6 +108,7 @@ class Update extends Command { |
|
|
|
'exception' => $e, |
|
|
|
]); |
|
|
|
$output->writeln('Error: ' . $e->getMessage()); |
|
|
|
$result = false; |
|
|
|
$return = 1; |
|
|
|
} |
|
|
|
|
|
|
|
|