mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 07:15:38 +08:00
Just skip sleep
This commit is contained in:
@@ -154,10 +154,10 @@ class PackageInstaller
|
||||
$this->resolvePackages();
|
||||
}
|
||||
|
||||
if ($this->interactive && !$disable_delay_msg) {
|
||||
// show install or build options in terminal with beautiful output
|
||||
$this->printInstallerInfo();
|
||||
// show install or build options in terminal with beautiful output
|
||||
$this->printInstallerInfo();
|
||||
|
||||
if ($this->interactive && !$disable_delay_msg) {
|
||||
InteractiveTerm::notice('Build process will start after 2s ...' . PHP_EOL);
|
||||
sleep(2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user