fix(core): update
This commit is contained in:
parent
67831cd37f
commit
82aa80d7d9
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user