1
0

auto-git:

[change] main.js
This commit is contained in:
2025-06-01 08:10:03 +02:00
parent 30b67da24d
commit 7173cc4504

View File

@@ -642,6 +642,7 @@ async function processQueue(folderPath) {
try { await task(); } catch (e) { console.error(e); }
}
monitoringActive.set(folderPath, false);
} // <---- HIER FÜGEN!
function startMonitoringWatcher(folderPath, win) {
if (monitoringWatchers.has(folderPath)) return;