We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1257b4 commit b267890Copy full SHA for b267890
src/sqlite/index.ts
@@ -269,7 +269,6 @@ async function processQueue() {
269
} catch (error) {
270
console.error('An error occurred while processing the task:', error);
271
}
272
- processQueue(); // 递归处理队列中的下一个任务
273
274
275
async function initializeStorage(task?: { name: string; storeName: string }) {
0 commit comments