This commit is contained in:
problematicconsumer
2023-10-05 22:47:24 +03:30
parent 3aa8273210
commit c96a1ebb20
10 changed files with 26 additions and 25 deletions

View File

@@ -26,7 +26,7 @@ Future<List<InstalledPackageInfo>> installedPackagesInfo(
.watch(platformSettingsProvider)
.getInstalledPackages()
.getOrElse((err) {
_logger.warning("error getting installed packages", err);
_logger.error("error getting installed packages", err);
throw err;
}).run();
}