]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore: add warning in case of failure 46555/head
authorGit'Fellow <12234510+solracsf@users.noreply.github.com>
Tue, 16 Jul 2024 16:13:25 +0000 (18:13 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Jul 2024 16:13:25 +0000 (18:13 +0200)
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
lib/private/App/AppStore/Fetcher/AppFetcher.php

index 8c678888f868bfc1856c4fb2a8d9d26d259bfd30..ae36d849c5ef184825a7c6d37c0fe6c37a17dd49 100644 (file)
@@ -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');