Update src/SPC/command/BuildPHPCommand.php

Co-authored-by: Marc <m@pyc.ac>
This commit is contained in:
Jerry Ma
2025-08-11 13:29:42 +08:00
committed by GitHub
parent d3840b19fa
commit a73c097c94

View File

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