mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
Update src/SPC/command/BuildPHPCommand.php
Co-authored-by: Marc <m@pyc.ac>
This commit is contained in:
parent
d3840b19fa
commit
a73c097c94
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user