Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Nov 20, 2024
1 parent 5d3fc2e commit 45cd564
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ private static String convertProblemsToIndentedString(List<String> problems, Str

private static List<Path> findNoticeFiles(Path root) throws IOException {
if (true) {
throw new RuntimeException("DEBUG: " + root);
throw new RuntimeException("DEBUG: " + Files.walk(root).collect(Collectors.toList()));
}

return Files.walk(root)
Expand Down

0 comments on commit 45cd564

Please sign in to comment.