Update src/SPC/command/BuildPHPCommand.php

This commit is contained in:
Marc
2025-08-25 19:50:41 +07:00
committed by GitHub
parent f80aee5133
commit 37e0f1d3f3

View File

@@ -252,7 +252,7 @@ class BuildPHPCommand extends BuildCommand
$path = FileSystem::convertPath("{$build_root_path}/modules/{$ext}.so");
if (file_exists(BUILD_MODULES_PATH . "/{$ext}.so")) {
logger()->info("Shared extension [{$ext}] path{$fixed}: {$path}");
} elseif (!str_contains($ext, 'swoole-hook')) {
} else {
logger()->warning("Shared extension [{$ext}] not found, please check!");
}
}