Skip to content

Commit

Permalink
Fix print name for hosted universe
Browse files Browse the repository at this point in the history
  • Loading branch information
liufengyun committed Feb 23, 2024
1 parent d6243ac commit fed72d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,7 @@ public Map<ArtifactType, List<Path>> getBuildArtifacts() {

private void printTypes() {
String reportsPath = SubstrateOptions.reportsPath();
ReportUtils.report("print types", reportsPath, "universe_analysis", "txt",
ReportUtils.report("hosted universe", reportsPath, "universe_analysis", "txt",
writer -> printTypes(writer));
}

Expand Down

0 comments on commit fed72d9

Please sign in to comment.