From cb87dd71ffb754697df02cf6d06b5afcd391cba4 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 23 May 2025 23:12:04 +0200 Subject: [PATCH] [auto] [change] main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index c4474b4..af8354c 100644 --- a/main.js +++ b/main.js @@ -164,7 +164,7 @@ function startMonitoringWatcher(folderPath, win) { win.webContents.send('repo-updated', folderPath); } }); -test + monitoringWatchers.set(folderPath, watcher); debug(`[MONITOR] Watcher aktiv für ${folderPath}`); }