mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-20 05:44:52 +08:00
Remove old workaround code
This commit is contained in:
parent
20ab4afb4b
commit
e1595e1091
@ -94,9 +94,6 @@ class SourceManager
|
||||
|
||||
// if not, remove the source dir and extract again
|
||||
logger()->notice("Source [{$source}] hash mismatch, removing old source dir and extracting again ...");
|
||||
if ($source === 'micro' || $source === 'grpc') {
|
||||
return;
|
||||
}
|
||||
FileSystem::removeDir($check);
|
||||
$filename = LockFile::getLockFullPath($lock_content);
|
||||
$move_path = LockFile::getExtractPath($lock_name, SOURCE_PATH . '/' . $source);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user