1
0

[auto] change main.js

This commit is contained in:
2025-05-23 22:50:08 +02:00
parent 972c7365bb
commit 8f5a9860a4

View File

@@ -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);