1
0
[change] main.js
This commit is contained in:
2025-05-23 23:14:14 +02:00
parent 790ceb3386
commit 59bcd94605

View File

@@ -159,7 +159,7 @@ function startMonitoringWatcher(folderPath, win) {
status.deleted.length > 0 ||
status.renamed.length > 0
) {
const msg = buildCommitMessageFromStatus(status, 'auto-git');
const msg = buildCommitMessageFromStatus(status, 'auto-git: ');
await autoCommit(folderPath, msg);
win.webContents.send('repo-updated', folderPath);
}