auto-git:
[change] main.js
This commit is contained in:
2
main.js
2
main.js
@@ -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 (
|
||||
if (//test
|
||||
status.not_added.length > 0 ||
|
||||
status.created.length > 0 ||
|
||||
status.modified.length > 0 ||
|
||||
|
||||
Reference in New Issue
Block a user