auto-git:
[change] main.js
This commit is contained in:
2
main.js
2
main.js
@@ -131,7 +131,7 @@ function startMonitoringWatcher(folderPath, win) {
|
|||||||
(async () => {
|
(async () => {
|
||||||
debug(`[MONITOR] Starte initialen Commit-Check für ${folderPath}`);
|
debug(`[MONITOR] Starte initialen Commit-Check für ${folderPath}`);
|
||||||
const git = simpleGit(folderPath);
|
const git = simpleGit(folderPath);
|
||||||
const status = await git.status();
|
const status = await git.status(); //hi
|
||||||
if (
|
if (
|
||||||
status.not_added.length > 0 ||
|
status.not_added.length > 0 ||
|
||||||
status.created.length > 0 ||
|
status.created.length > 0 ||
|
||||||
|
|||||||
Reference in New Issue
Block a user