Add autocommit test in main.js
This commit is contained in:
11
main.js
11
main.js
@@ -134,7 +134,18 @@ function startMonitoringWatcher(folderPath, win) {
|
|||||||
depth: 99,
|
depth: 99,
|
||||||
awaitWriteFinish: { stabilityThreshold: 300, pollInterval: 100 }
|
awaitWriteFinish: { stabilityThreshold: 300, pollInterval: 100 }
|
||||||
});
|
});
|
||||||
|
/*
|
||||||
|
|
||||||
|
|
||||||
|
test ob autocommit bei startup noch läuft
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
*/
|
||||||
// Initialer Commit
|
// Initialer Commit
|
||||||
(async () => {
|
(async () => {
|
||||||
debug(`[MONITOR] Starte initialen Commit-Check für ${folderPath}`);
|
debug(`[MONITOR] Starte initialen Commit-Check für ${folderPath}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user