mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
cs-fix
This commit is contained in:
parent
e56c628bec
commit
7e7eb844a7
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user