1
0

[auto] change main.js

This commit is contained in:
2025-05-23 22:57:35 +02:00
parent 85b9cfe067
commit 14ece8580b

View File

@@ -147,7 +147,7 @@ function startMonitoringWatcher(folderPath, win) {
if (changes.length > 0) {
// Commit-Message so bauen wie beim Event (eine Zeile pro Datei)
const msg = `[auto]` + changes.map(l => ` - ${l}`).join('\n');
const msg = `[auto]` + changes.map(l => ` ${l}`).join('\n');
const did = await autoCommit(folderPath, msg);
if (did) {
win.webContents.send('repo-updated', folderPath);