3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-06 16:12:51 +02:00

Fix throwing uncaught exceptions in AsyncCommandBuilder.

Dieser Commit ist enthalten in:
wizjany 2019-05-13 17:22:35 -04:00
Ursprung 93dd956bae
Commit 9a913a93f6

Datei anzeigen

@ -144,6 +144,7 @@ public final class AsyncCommandBuilder<T> {
if (exceptionConverter != null) {
try {
exceptionConverter.convert(orig);
throw orig;
} catch (CommandException converted) {
Component message;