fix: refix a bug in remove config

This commit is contained in:
Helvetica Volubi
2025-06-09 21:47:07 +08:00
parent 85f3e2875f
commit 6eebbe4221

View File

@@ -168,7 +168,7 @@
+ } + }
+ } + }
+ if (removed) { + if (removed) {
+ removeConfig(fullConfigKeyName.split("\\.")); + configFileInstance.remove("removed");
+ continue; + continue;
+ } + }
+ if (configFileInstance.get(fullConfigKeyName) != null) continue; + if (configFileInstance.get(fullConfigKeyName) != null) continue;