Skip to content

Commit

Permalink
add better logging to validate module task
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Aug 24, 2024
1 parent ddec7f6 commit 55a25d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private void checkReadMe(Path readMe, String name) throws IOException {
if (module.equals(formatted))
return; // found it
}
assertTrue(false, "Module does not have an entry in the README table");
assertTrue(false, "Module \"" + name + "\" does not have an entry in the README table");
}

private static List<String> getMixinFilenames(JsonObject mixins, String side) {
Expand Down

0 comments on commit 55a25d1

Please sign in to comment.