fix: refix a bug in remove config
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
+ }
|
||||
+ }
|
||||
+ if (removed) {
|
||||
+ removeConfig(fullConfigKeyName.split("\\."));
|
||||
+ configFileInstance.remove("removed");
|
||||
+ continue;
|
||||
+ }
|
||||
+ if (configFileInstance.get(fullConfigKeyName) != null) continue;
|
||||
|
||||
Reference in New Issue
Block a user