1
0

auto-git:

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

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();
const status = await git.status(); //hi
if (
status.not_added.length > 0 ||
status.created.length > 0 ||