Skip to content

Commit

Permalink
also here
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicPlayerA10 committed Aug 29, 2024
1 parent 901359a commit 5fcfae0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ private void loadInput() {

LOGGER.info("Loaded class: {}\n", clazz.relativePath());
} catch (IOException e) {
LOGGER.error("Could not load class: {}", clazz.relativePath());
throw new RuntimeException(e);
LOGGER.error("Could not load class: {}", clazz.relativePath(), e);
}
}
}
Expand Down

0 comments on commit 5fcfae0

Please sign in to comment.