1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-23 23:14:23 +02:00
parent 6becab39fa
commit 74645537e6

View File

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