This commit is contained in:
crazywhalecc
2023-04-23 20:31:58 +08:00
parent 5d5ffe8866
commit 42b2d36319
8 changed files with 142 additions and 85 deletions

View File

@@ -133,7 +133,7 @@ abstract class LibraryBase
{
// 传入 true表明直接编译
if ($force_build) {
logger()->info('Building required library ' . static::NAME);
logger()->info('Building required library [' . static::NAME . ']');
$this->build();
return BUILD_STATUS_OK;
}