Skip to content

Commit

Permalink
0004473: Convert to modules, module is already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Jul 13, 2020
1 parent 7f32e85 commit b8c5981
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -243,6 +243,7 @@ protected void convertToModule(File engineFile, List<String> currentModules) {
} else if (moduleId != null && modules.containsKey(moduleId)) {
try {
install(moduleId);
currentModules.add(moduleId);
} catch (ModuleException e) {
log.error("Failed module conversion for module " + moduleId, e);
}
Expand Down

0 comments on commit b8c5981

Please sign in to comment.