Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ISafive committed Feb 25, 2024
1 parent b1257b4 commit b267890
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sqlite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) {
Expand Down

0 comments on commit b267890

Please sign in to comment.