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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);