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

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