1
0
[change] main.js
This commit is contained in:
2025-05-23 23:12:31 +02:00
parent 53fe412618
commit 1c4423a0b6

View File

@@ -139,7 +139,7 @@ function startMonitoringWatcher(folderPath, win) {
status.deleted.length > 0 ||
status.renamed.length > 0
) {
const msg = buildCommitMessageFromStatus(status, '[auto] initial monitor:');
const msg = buildCommitMessageFromStatus(status, '[auto] ');
const did = await autoCommit(folderPath, msg);
if (did) {
win.webContents.send('repo-updated', folderPath);