From d9e51d98213940f6b1ec7da09c9f29bcba54b44d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 23 May 2025 22:48:32 +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 779a6cf..adbecfa 100644 --- a/main.js +++ b/main.js @@ -118,7 +118,7 @@ function startMonitoringWatcher(folderPath, win) { stabilityThreshold: 300, pollInterval: 100 } - }); //lalilu + }); // 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} ${path.relative(folderPath, changedPath)}` + `[auto] ${event} ${folderPath}` ); if (did) { win.webContents.send('repo-updated', folderPath);