1
0
[change] main.js
This commit is contained in:
2025-05-23 23:12:04 +02:00
parent d1997624f6
commit cb87dd71ff

View File

@@ -164,7 +164,7 @@ function startMonitoringWatcher(folderPath, win) {
win.webContents.send('repo-updated', folderPath); win.webContents.send('repo-updated', folderPath);
} }
}); });
test
monitoringWatchers.set(folderPath, watcher); monitoringWatchers.set(folderPath, watcher);
debug(`[MONITOR] Watcher aktiv für ${folderPath}`); debug(`[MONITOR] Watcher aktiv für ${folderPath}`);
} }