1
0

[auto] change main.js

This commit is contained in:
2025-05-23 22:47:20 +02:00
parent 4806ec0b69
commit 3634920fde

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] initial commit upon monitoring start'
`[auto] ${event} ${path.relative(folderPath, changedPath)}`
);
if (did) {
win.webContents.send('repo-updated', folderPath);