From 5cc5548765e06a8714892539b57c7821ed6ef8a0 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 06:52:26 +0200 Subject: [PATCH] Add multiple comments in main.js --- main.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/main.js b/main.js index 21e8fac..3e7f6b7 100644 --- a/main.js +++ b/main.js @@ -74,6 +74,17 @@ if (Array.isArray(folders)) { store.set('folders', folders); } //test +//test +//test +//test +//test +//test +//test +//test +//test +//test +//test +//test // Map zum Speichern der Watcher pro Ordner const repoWatchers = new Map();