Skip to content

Commit 638d8c8

Browse files
Sandro642Copilot
andauthored
Update src/main/java/fr/sandro642/github/annotations/AnnotHandler.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 358cd52 commit 638d8c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/fr/sandro642/github/annotations/AnnotHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ private List<Class<?>> getClassesInPackage(String packageName) {
9999
}
100100
}
101101
} catch (Exception e) {
102+
logger.warning("Failed to retrieve classes in package: " + packageName + ". Exception: " + e.getMessage());
102103
}
103104
return classes;
104105
}

0 commit comments

Comments
 (0)