1
0

auto-git:

[change] main.js
This commit is contained in:
2025-06-01 08:16:29 +02:00
parent ed2da5ba5b
commit 90a7998596

View File

@@ -626,9 +626,6 @@ const IGNORED_NAMES = [
const monitoringQueues = new Map(); // Map: folderPath -> Array<Function>
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);