Skip to content

Commit

Permalink
close issue: HXSecurity#236
Browse files Browse the repository at this point in the history
  • Loading branch information
‘niuerzhuang’ committed Feb 8, 2022
1 parent 9023848 commit a69d973
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static void sendErrorLog(Throwable t) {
StringWriter sw = new StringWriter();
PrintWriter pw = new PrintWriter(sw);
t.printStackTrace(pw);
sendErrorLog(t);
sendErrorLog(t.toString());
}
}

Expand Down

0 comments on commit a69d973

Please sign in to comment.