1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-23 23:15:04 +02:00
parent 566070caa1
commit 18585d4858

View File

@@ -132,7 +132,7 @@ function startMonitoringWatcher(folderPath, win) {
debug(`[MONITOR] Starte initialen Commit-Check für ${folderPath}`);
const git = simpleGit(folderPath);
const status = await git.status();
if (//test
if (
status.not_added.length > 0 ||
status.created.length > 0 ||
status.modified.length > 0 ||