From 6ea985c377da6cb603127e3e93c99abf472fd33c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 24 May 2025 21:31:22 +0200 Subject: [PATCH] Add autocommit test in main.js --- main.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/main.js b/main.js index 77162b7..248b896 100644 --- a/main.js +++ b/main.js @@ -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}`);