Skip to content

Commit

Permalink
added debug functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
khjxiaogu committed Jun 24, 2021
1 parent 82cb8fe commit 7b66d04
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public BiConsumer<MessageEvent, String[]> makeTemplate(String source, String car
Utils.getRealSender(event).sendMessage(cb.process(mi, Utils.getRealSender(event)));
} catch (Throwable t) {
this.getLogger().debug(t);
//this.getLogger().
Utils.getRealSender(event).sendMessage("无法生成分享。");
return;
}
Expand Down

0 comments on commit 7b66d04

Please sign in to comment.