Suggestions

This commit is contained in:
crazywhalecc
2025-08-11 12:05:41 +08:00
parent 2fba61e9bd
commit b34b6594de
4 changed files with 34 additions and 29 deletions

View File

@@ -167,7 +167,7 @@ class BuildPHPCommand extends BuildCommand
$this->printFormatInfo($indent_texts);
// bind extra info to exception handler
ExceptionHandler::$bind_build_php_extra_info = $indent_texts;
ExceptionHandler::setBindBuildPhpExtraInfo($indent_texts);
logger()->notice('Build will start after 2s ...');
sleep(2);