From c9b3515aef11b517b1ad177e32a400c8bab1fdb6 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Sun, 19 Jul 2026 07:01:19 +0000 Subject: [PATCH] =?UTF-8?q?refactor(manticore):=20=E7=AE=80=E5=8C=96?= =?UTF-8?q?=E5=90=91=E9=87=8F=E6=89=B9=E9=87=8F=E5=88=86=E5=9D=97=E6=94=B6?= =?UTF-8?q?=E5=B0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Module/Manticore/ManticoreBase.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Module/Manticore/ManticoreBase.php b/app/Module/Manticore/ManticoreBase.php index 8624d2fcf..8b91c3588 100644 --- a/app/Module/Manticore/ManticoreBase.php +++ b/app/Module/Manticore/ManticoreBase.php @@ -2192,9 +2192,7 @@ class ManticoreBase $current[] = $item; $currentBytes += $item['bytes']; } - if (!empty($current)) { - $chunks[] = $current; - } + $chunks[] = $current; $successCount = 0; foreach ($chunks as $chunk) {