diff --git a/main.js b/main.js index f167950..ad1514e 100644 --- a/main.js +++ b/main.js @@ -626,9 +626,6 @@ const IGNORED_NAMES = [ const monitoringQueues = new Map(); // Map: folderPath -> Array const monitoringActive = new Map(); // Map: folderPath -> Boolean (ob Task aktiv) -const monitoringQueues = new Map(); -const monitoringActive = new Map(); - function enqueueTask(folderPath, fn) { if (!monitoringQueues.has(folderPath)) monitoringQueues.set(folderPath, []); monitoringQueues.get(folderPath).push(fn);