Skip to content

Commit b267890

Browse files
committed
Update index.ts
1 parent b1257b4 commit b267890

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sqlite/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ async function processQueue() {
269269
} catch (error) {
270270
console.error('An error occurred while processing the task:', error);
271271
}
272-
processQueue(); // 递归处理队列中的下一个任务
273272
}
274273

275274
async function initializeStorage(task?: { name: string; storeName: string }) {

0 commit comments

Comments
 (0)