From 3634920fde052cc5be81ffa5e0cb3e1e61a2b5cf Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 23 May 2025 22:47:20 +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 d5ff9f2..7c9468c 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] initial commit upon monitoring start' + `[auto] ${event} ${path.relative(folderPath, changedPath)}` ); if (did) { win.webContents.send('repo-updated', folderPath);