From e1595e1091e13468f6366d1b8dfc7a80c9fe8686 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Tue, 22 Jul 2025 14:46:01 +0800 Subject: [PATCH] Remove old workaround code --- src/SPC/store/SourceManager.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/SPC/store/SourceManager.php b/src/SPC/store/SourceManager.php index 239cfcfb..251e2fa1 100644 --- a/src/SPC/store/SourceManager.php +++ b/src/SPC/store/SourceManager.php @@ -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);