From 550e032abaa612819f065747f8d376e1e92d544a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 23 May 2025 22:49:42 +0200 Subject: [PATCH] [auto] change main.js --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index adbecfa..dbbba08 100644 --- a/main.js +++ b/main.js @@ -118,7 +118,7 @@ function startMonitoringWatcher(folderPath, win) { stabilityThreshold: 300, pollInterval: 100 } - }); + }); // TODO: Optionale .gitignore Logik nachrüsten @@ -135,7 +135,7 @@ function startMonitoringWatcher(folderPath, win) { debug(`[MONITOR] Starte initialen Commit-Check für ${folderPath}`); const did = await autoCommit( folderPath, - `[auto] ${event} ${folderPath}` + `[auto] startup ${path.relative(folderPath, folderPath)}` ); if (did) { win.webContents.send('repo-updated', folderPath);