.
All checks were successful
Build and Deploy artifact / build (push) Successful in 1m30s

This commit is contained in:
kento2 2026-08-10 12:02:34 +02:00
parent a87b4be38b
commit 9af956663b

View file

@ -31,7 +31,7 @@ public class CommandHandler<T> {
return; return;
} }
requireNonNull(walkResult.lastLiteral().executor()) requireNonNull(walkResult.lastLiteral().executor())
.execute(rootLiteral.style(), walkResult.ctx()) .execute(walkResult.ctx())
.exceptionally(ex -> { .exceptionally(ex -> {
sendMessageMethod.send(sender, rootLiteral.style().exception(ex)); sendMessageMethod.send(sender, rootLiteral.style().exception(ex));
return null; return null;