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