Skip to content

Commit

Permalink
feat jvm attach log
Browse files Browse the repository at this point in the history
  • Loading branch information
yoloyyh committed Jun 4, 2024
1 parent 4f9ca2a commit 45e41e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static void info() {
}
}
} catch (IOException e) {
System.out.println(e);
System.out.println(e.getMessage());
}
}
}

0 comments on commit 45e41e9

Please sign in to comment.