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}`); }