mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 16:25:39 +08:00
Add build from config support (craft command) (#713)
* Add build from config support (craft command) * fix 60s timeout * Fix missing optional warning * Fix Windows missing SIGINT bug --------- Co-authored-by: DubbleClick <m@pyc.ac>
This commit is contained in:
@@ -85,4 +85,4 @@ const AUTOCONF_LDFLAGS = 8;
|
||||
const AUTOCONF_ALL = 15;
|
||||
|
||||
ConsoleLogger::$date_format = 'H:i:s';
|
||||
ConsoleLogger::$format = '[%date%] [I] %body%';
|
||||
ConsoleLogger::$format = '[%date%] [%level_short%] %body%';
|
||||
|
||||
Reference in New Issue
Block a user