1
0

Fix trailing whitespace in main.js

This commit is contained in:
2025-06-01 05:50:50 +02:00
parent 616d67d607
commit cbb8df4376

View File

@@ -355,7 +355,7 @@ async function ensureIgnoredInGitignore(folderPath, entry) {
return true; return true;
} }
return false; return false;
} }