mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Add additional log output for pre-built finder
This commit is contained in:
parent
8e5657eff0
commit
4e5c0f0a48
@ -360,6 +360,7 @@ class DownloadCommand extends BaseCommand
|
||||
*/
|
||||
private function findPreBuilt(array $assets, string $filename): ?string
|
||||
{
|
||||
logger()->debug("Finding pre-built asset {$filename}");
|
||||
foreach ($assets as $asset) {
|
||||
if ($asset['name'] === $filename) {
|
||||
return $asset['browser_download_url'];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user