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