suggestions

This commit is contained in:
DubbleClick
2025-08-27 08:31:48 +07:00
parent 00892c20fa
commit ecdb94b429
4 changed files with 9 additions and 6 deletions

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 (Config::getExt($ext, 'type', 'ext') !== 'addon') {
} elseif (Config::getExt($ext, 'type') !== 'addon') {
logger()->warning("Shared extension [{$ext}] not found, please check!");
}
}