Skip to content

Commit 44fced7

Browse files
committed
Initiala
1 parent fdfa22c commit 44fced7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/mangorage/mangobotlaunch/JarHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public static Result resolveModuleName(Path jarPath) {
2626
.name();
2727
} catch (Exception ignore) {}
2828

29+
2930
// 1. Proper JPMS module
3031
if (jarFile.getEntry("module-info.class") != null) {
3132
return new Result(

0 commit comments

Comments
 (0)