Skip to content

Commit

Permalink
Log cause of CommandExecutionException in fabric's default exception …
Browse files Browse the repository at this point in the history
…handler (#466)
  • Loading branch information
Konicai committed Sep 9, 2023
1 parent 07f7174 commit c5e18b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ private void handleThrowable(final @NonNull S source, final @NonNull C sender, f
LOGGER.warn(
"Error occurred while executing command for user {}:",
this.getName.apply(source),
throwable
throwable.getCause()
);
}
);
Expand Down

0 comments on commit c5e18b4

Please sign in to comment.