This commit is contained in:
parent
a87b4be38b
commit
9af956663b
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ public class CommandHandler<T> {
|
|||
return;
|
||||
}
|
||||
requireNonNull(walkResult.lastLiteral().executor())
|
||||
.execute(rootLiteral.style(), walkResult.ctx())
|
||||
.execute(walkResult.ctx())
|
||||
.exceptionally(ex -> {
|
||||
sendMessageMethod.send(sender, rootLiteral.style().exception(ex));
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue