diff --git a/main.js b/main.js index 39a1dd6..fc4ac99 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}`); }