From a1b8881ff6958dee709d20238368654c91b93b5b Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Jun 2025 06:38:39 +0200 Subject: [PATCH] auto-git: [change] main.js --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index fecdfb4..75bbe23 100644 --- a/main.js +++ b/main.js @@ -500,7 +500,7 @@ async function startMonitoringWatcher(folderPath, win) { await git.commit('auto-git: Hinzufügen zu .gitignore'); win.webContents.send('repo-updated', folderPath); debug(`[WATCHER] "${entry}" zu .gitignore hinzugefügt und committed`); - } + } return; } @@ -522,7 +522,7 @@ async function startMonitoringWatcher(folderPath, win) { // ... Normal weiter committen await doAutoCommitWithIgnoreCheck(); }); - + monitoringWatchers.set(folderPath, watcher); debug(`[MONITOR] Watcher aktiv für ${folderPath}`); }