Skip to content

Commit 4e5c0f0

Browse files
committed
Add additional log output for pre-built finder
1 parent 8e5657e commit 4e5c0f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/SPC/command/DownloadCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ private function calculateSourcesByLib(array $libs, bool $include_suggests = tru
360360
*/
361361
private function findPreBuilt(array $assets, string $filename): ?string
362362
{
363+
logger()->debug("Finding pre-built asset {$filename}");
363364
foreach ($assets as $asset) {
364365
if ($asset['name'] === $filename) {
365366
return $asset['browser_download_url'];

0 commit comments

Comments
 (0)