fix: refix a bug in remove config
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user