Skip to content

Commit

Permalink
Merge pull request #24187 from Chris311/main
Browse files Browse the repository at this point in the history
Fix multi-module Hot-Code-Replacement
  • Loading branch information
gsmet authored Mar 11, 2022
2 parents 618e1bc + d0c359b commit bbbd145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ public void setArgs(String[] args) {

public List<ModuleInfo> getAllModules() {
List<ModuleInfo> ret = new ArrayList<>();
ret.add(applicationRoot);
ret.addAll(additionalModules);
ret.add(applicationRoot);
return ret;
}

Expand Down

0 comments on commit bbbd145

Please sign in to comment.