From 6becab39fafc8de7d6e70e9ec64ba66ed6b170ed Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 23 May 2025 23:14:21 +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 0bf0875..b2ff250 100644 --- a/main.js +++ b/main.js @@ -131,7 +131,7 @@ function startMonitoringWatcher(folderPath, win) { (async () => { debug(`[MONITOR] Starte initialen Commit-Check für ${folderPath}`); const git = simpleGit(folderPath); - const status = await git.status(); + const status = await git.status(); //hi if ( status.not_added.length > 0 || status.created.length > 0 ||