fix(core): update

This commit is contained in:
Philipp Kunz 2020-06-16 22:23:31 +00:00
parent 67831cd37f
commit 82aa80d7d9

View File

@ -92,7 +92,7 @@ export class TypedRouter {
await this.handlerMap.forEach(async handler => {
availableMethods.push(handler.method);
});
console.log(`Cannot find method for ${typedHandler}`);
console.log(`Cannot find handler for methodname ${typedRequestArg.method}`);
console.log(`Available methods are:`);
console.log(availableMethods);
typedRequestArg.error = {