From 18585d48588e43b93b48093fdd3eb98160d36227 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 23 May 2025 23:15:04 +0200 Subject: [PATCH] auto-git: [change] main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 471ddcd..0bf0875 100644 --- a/main.js +++ b/main.js @@ -132,7 +132,7 @@ function startMonitoringWatcher(folderPath, win) { debug(`[MONITOR] Starte initialen Commit-Check für ${folderPath}`); const git = simpleGit(folderPath); const status = await git.status(); - if (//test + if ( status.not_added.length > 0 || status.created.length > 0 || status.modified.length > 0 ||