Fix build

This commit is contained in:
WasserEsser 2021-03-13 14:10:32 +01:00 committed by Szymon Uglis
parent c6354186c2
commit ff2a734a91
No known key found for this signature in database
GPG key ID: 112376C5BEE91FE2

View file

@ -142,7 +142,7 @@ class Commander with ICommandRegistrable {
}
// execute logger callback
_loggerHandlerFunction(context, finalCommand, this._logger);
_loggerHandlerFunction(context, finalCommand!, this._logger);
// invoke after handler of command
await _invokeAfterHandler(matchingCommand, context);