mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-13 20:05:35 +08:00
Update src/SPC/command/BuildPHPCommand.php
Co-authored-by: Marc <m@pyc.ac>
This commit is contained in:
@@ -167,7 +167,7 @@ class BuildPHPCommand extends BuildCommand
|
|||||||
$this->printFormatInfo($indent_texts);
|
$this->printFormatInfo($indent_texts);
|
||||||
|
|
||||||
// bind extra info to exception handler
|
// bind extra info to exception handler
|
||||||
ExceptionHandler::setBindBuildPhpExtraInfo($indent_texts);
|
ExceptionHandler::bindBuildPhpExtraInfo($indent_texts);
|
||||||
|
|
||||||
logger()->notice('Build will start after 2s ...');
|
logger()->notice('Build will start after 2s ...');
|
||||||
sleep(2);
|
sleep(2);
|
||||||
|
|||||||
Reference in New Issue
Block a user