1
0

Add autocommit test in main.js

This commit is contained in:
2025-05-24 21:31:22 +02:00
parent 72480d0eca
commit 6ea985c377

11
main.js
View File

@@ -134,7 +134,18 @@ function startMonitoringWatcher(folderPath, win) {
depth: 99,
awaitWriteFinish: { stabilityThreshold: 300, pollInterval: 100 }
});
/*
test ob autocommit bei startup noch läuft
*/
// Initialer Commit
(async () => {
debug(`[MONITOR] Starte initialen Commit-Check für ${folderPath}`);