1
0

[auto] initial monitor:

[change] main.js
This commit is contained in:
2025-05-23 23:12:12 +02:00
parent cb87dd71ff
commit 53fe412618

View File

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