mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-03-07 13:48:00 +08:00
Fix throwing uncaught exceptions in AsyncCommandBuilder.
This commit is contained in:
parent
93dd956bae
commit
9a913a93f6
@ -144,6 +144,7 @@ private T runTask() {
|
||||
if (exceptionConverter != null) {
|
||||
try {
|
||||
exceptionConverter.convert(orig);
|
||||
throw orig;
|
||||
} catch (CommandException converted) {
|
||||
Component message;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user