From 82aa80d7d9f82f6b47c7512679c1ac5b9f904bab Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 16 Jun 2020 22:23:31 +0000 Subject: [PATCH] fix(core): update --- ts/typedrequest.classes.typedrouter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/typedrequest.classes.typedrouter.ts b/ts/typedrequest.classes.typedrouter.ts index 02e9886..d40e39c 100644 --- a/ts/typedrequest.classes.typedrouter.ts +++ b/ts/typedrequest.classes.typedrouter.ts @@ -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 = {