From 3a56707ed8292a312f3ffe775a204bb97ba94691 Mon Sep 17 00:00:00 2001 From: Aleksandar Date: Wed, 10 Feb 2021 22:17:38 +0100 Subject: [PATCH 1/3] Update centralizedhandling.md --- sections/errorhandling/centralizedhandling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/errorhandling/centralizedhandling.md b/sections/errorhandling/centralizedhandling.md index 4073459e..d674b72e 100644 --- a/sections/errorhandling/centralizedhandling.md +++ b/sections/errorhandling/centralizedhandling.md @@ -104,7 +104,7 @@ function errorHandler() { ```typescript class ErrorHandler { - public async handleError(err: Error, responseStream: Response): Promise { + public async handleError(error: Error, responseStream: Response): Promise { await logger.logError(error); await fireMonitoringMetric(error); await crashIfUntrustedErrorOrSendResponse(error, responseStream); From d0c553f1052bf3d60a1e7a66bd1ec0f86910bd98 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 12 Feb 2021 14:36:27 +0000 Subject: [PATCH 2/3] docs: update README.md [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44eed84d..4389fba9 100644 --- a/README.md +++ b/README.md @@ -1563,6 +1563,7 @@ Thanks goes to these wonderful people who have contributed to this repository!
Yuta Azumi

🖋
andrewjbarbour

🖋
mr

🖋 +
Aleksandar

🖋 From 59da026f6f38fe9cb8e0455c8973aa08719fb5c6 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 12 Feb 2021 14:36:29 +0000 Subject: [PATCH 3/3] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 16623795..c7a7c3b8 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1295,6 +1295,15 @@ "contributions": [ "content" ] + }, + { + "login": "kubanac95", + "name": "Aleksandar", + "avatar_url": "https://avatars.githubusercontent.com/u/16191931?v=4", + "profile": "https://github.com/kubanac95", + "contributions": [ + "content" + ] } ], "projectName": "nodebestpractices",