Skip to content

Commit

Permalink
add debug msg to readNamedObject
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Zombii committed Dec 26, 2024
1 parent 3d057d2 commit 2d10f0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ public <T extends INamedSerializable> T readNamedObject(Class<T> type) {
| NoSuchMethodException | SecurityException
| IOException e
) {
e.printStackTrace();
return null;
}
}
Expand Down

0 comments on commit 2d10f0a

Please sign in to comment.