Fix module appid abnormal after soft reset (#1895)
This commit is contained in:
parent
7d5778a01c
commit
109cdba60c
|
|
@ -212,7 +212,7 @@ public class ConfigManager {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
m.file = file;
|
m.file = file;
|
||||||
cachedModule.put(m.packageName, m);
|
cachedModule.putIfAbsent(m.packageName, m);
|
||||||
return true;
|
return true;
|
||||||
}).collect(Collectors.toList());
|
}).collect(Collectors.toList());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue