1
0
[change] main.js
This commit is contained in:
2025-05-23 23:13:02 +02:00
parent 60c6da953f
commit bc3b12850c

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