mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore: add warning in case of failure
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
b010474c78
commit
8665a9ba16
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ class AppFetcher extends Fetcher {
|
|||
|
||||
$apps = parent::get($allowPreReleases);
|
||||
if (empty($apps)) {
|
||||
$this->logger->warning('Could not get apps from the appstore', ['app' => 'appstoreFetcher']);
|
||||
return [];
|
||||
}
|
||||
$allowList = $this->config->getSystemValue('appsallowlist');
|
||||
|
|
|
|||
Loading…
Reference in a new issue