1
0

[auto] change main.js

This commit is contained in:
2025-05-23 22:48:32 +02:00
parent b9cb27f8a4
commit d9e51d9821

View File

@@ -118,7 +118,7 @@ function startMonitoringWatcher(folderPath, win) {
stabilityThreshold: 300,
pollInterval: 100
}
}); //lalilu
});
// TODO: Optionale .gitignore Logik nachrüsten
@@ -135,7 +135,7 @@ function startMonitoringWatcher(folderPath, win) {
debug(`[MONITOR] Starte initialen Commit-Check für ${folderPath}`);
const did = await autoCommit(
folderPath,
`[auto] ${event} ${path.relative(folderPath, changedPath)}`
`[auto] ${event} ${folderPath}`
);
if (did) {
win.webContents.send('repo-updated', folderPath);