From d1997624f60a1178ac6ea4a0c5cb080b69dfcf07 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 23 May 2025 23:12:00 +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 af8354c..c4474b4 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}`); }