fix: shit

This commit is contained in:
Raymond
2026-08-05 20:28:32 -04:00
committed by GitHub
parent c1b6c3e414
commit 0a5c97d985
+1 -1
View File
@@ -27,7 +27,7 @@ function addOrUpdateItem(ini: string[], section: string, key: string, value: str
let key = item.split("=")[0];
let value = item.split("=")[1];
if (!key || !value)
if (!key)
continue;
if (activeSection && sections[activeSection])