Skip to content

Commit

Permalink
more log
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwu51 committed Feb 18, 2024
1 parent b2a7bc5 commit 717ddba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/w/Global.java
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ public static synchronized void deleteTransformer(UUID uuid) {
for (Class<?> aClass : allLoadedClasses.getOrDefault(it.getClassName(), new HashSet<>())) {
try {
instrumentation.retransformClasses(aClass);
} catch (UnmodifiableClassException e) {
Global.error("re transform error:", e);
} catch (Exception e) {
Global.error("delete re transform error:", e);
}
}
return true;
Expand Down

0 comments on commit 717ddba

Please sign in to comment.