From 7173cc45046aa547b946e53b843befa0e84a4885 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Jun 2025 08:10:03 +0200 Subject: [PATCH] auto-git: [change] main.js --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index e7f3369..7e72fa7 100644 --- a/main.js +++ b/main.js @@ -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;