Log cause of CommandExecutionException in fabric's default exception handler (#466)
This commit is contained in:
parent
90b63e53f3
commit
19bbfb1e24
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ final class FabricExecutor<C, S extends SharedSuggestionProvider> implements Com
|
|||
LOGGER.warn(
|
||||
"Error occurred while executing command for user {}:",
|
||||
this.getName.apply(source),
|
||||
throwable
|
||||
throwable.getCause()
|
||||
);
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue