Log cause of CommandExecutionException in fabric's default exception handler (#466)

This commit is contained in:
Konicai 2023-09-09 02:48:42 -04:00 committed by Jason
parent 90b63e53f3
commit 19bbfb1e24

View file

@ -158,7 +158,7 @@ final class FabricExecutor<C, S extends SharedSuggestionProvider> implements Com
LOGGER.warn( LOGGER.warn(
"Error occurred while executing command for user {}:", "Error occurred while executing command for user {}:",
this.getName.apply(source), this.getName.apply(source),
throwable throwable.getCause()
); );
} }
); );