Skip to content

Commit 203d4c1

Browse files
solracsfbackportbot[bot]
authored andcommitted
chore: add warning in case of failure
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
1 parent 317cd38 commit 203d4c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/private/App/AppStore/Fetcher/AppFetcher.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ public function get($allowUnstable = false) {
178178

179179
$apps = parent::get($allowPreReleases);
180180
if (empty($apps)) {
181+
$this->logger->warning('Could not get apps from the appstore', ['app' => 'appstoreFetcher']);
181182
return [];
182183
}
183184
$allowList = $this->config->getSystemValue('appsallowlist');

0 commit comments

Comments
 (0)