This commit is contained in:
crazywhalecc 2025-07-17 12:26:30 +08:00
parent e56c628bec
commit 7e7eb844a7

View File

@ -252,7 +252,7 @@ class DownloadCommand extends BaseCommand
} elseif ($alt_sources === false) {
logger()->warning("No alternative sources found for {$source}, skipping alternative download");
throw $e;
} else{
} else {
logger()->notice("Trying to download alternative sources for {$source}");
$alt_config = array_merge($config, $alt_sources);
}