From 90a79985960f18df7fccfc64fb1eac89e3dfd618 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Jun 2025 08:16:29 +0200 Subject: [PATCH] auto-git: [change] main.js --- main.js | 3 --- 1 file changed, 3 deletions(-) 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);