From b2678908713b85f81dc95918bcd8a6f92ac03055 Mon Sep 17 00:00:00 2001 From: slideslide <102788929+ISafive@users.noreply.github.com> Date: Mon, 26 Feb 2024 00:31:00 +0800 Subject: [PATCH] Update index.ts --- src/sqlite/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sqlite/index.ts b/src/sqlite/index.ts index 2bdb750..663c923 100644 --- a/src/sqlite/index.ts +++ b/src/sqlite/index.ts @@ -269,7 +269,6 @@ async function processQueue() { } catch (error) { console.error('An error occurred while processing the task:', error); } - processQueue(); // 递归处理队列中的下一个任务 } async function initializeStorage(task?: { name: string; storeName: string }) {