Skip to content

Commit

Permalink
Update the MainClassExtractor code detail
Browse files Browse the repository at this point in the history
  • Loading branch information
ailiujiarui committed Nov 13, 2024
1 parent e43e51e commit 2b8c02f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public static String getMainClassName(String jarFilePath) {

} catch (Exception e) {
log.error("get mainJarName failed:", e);
throw new RuntimeException("get mainJarName failed:", e);
}
return mainClassName;
}
Expand Down

0 comments on commit 2b8c02f

Please sign in to comment.