From 024542d36141ff7f7340073f0661d16ea6b4b6ac Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Mon, 21 Jul 2025 16:03:28 +0700 Subject: [PATCH] oh, it will likely be this instead --- src/SPC/store/SourceManager.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/SPC/store/SourceManager.php b/src/SPC/store/SourceManager.php index 251e2fa1..4b5d181f 100644 --- a/src/SPC/store/SourceManager.php +++ b/src/SPC/store/SourceManager.php @@ -94,6 +94,9 @@ 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') { + return; + } FileSystem::removeDir($check); $filename = LockFile::getLockFullPath($lock_content); $move_path = LockFile::getExtractPath($lock_name, SOURCE_PATH . '/' . $source);