From 8f5a9860a4ead88a4b2505856f61274df2b7fa1c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 23 May 2025 22:50:08 +0200 Subject: [PATCH] [auto] change main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 749c6b3..61146eb 100644 --- a/main.js +++ b/main.js @@ -135,7 +135,7 @@ function startMonitoringWatcher(folderPath, win) { debug(`[MONITOR] Starte initialen Commit-Check für ${folderPath}`); const did = await autoCommit( folderPath, - `[auto] startup ${path.relative(folderPath, folderPath)}` + `[auto] startup ${event} ${path.relative(folderPath, folderPath)}` ); if (did) { win.webContents.send('repo-updated', folderPath);