auto-git:
[change] main.js
This commit is contained in:
1
main.js
1
main.js
@@ -642,6 +642,7 @@ async function processQueue(folderPath) {
|
||||
try { await task(); } catch (e) { console.error(e); }
|
||||
}
|
||||
monitoringActive.set(folderPath, false);
|
||||
} // <---- HIER FÜGEN!
|
||||
|
||||
function startMonitoringWatcher(folderPath, win) {
|
||||
if (monitoringWatchers.has(folderPath)) return;
|
||||
|
||||
Reference in New Issue
Block a user