From 77f7a76cd6473b29930d7afeeb8df9a8ffc07938 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Fri, 24 Jul 2020 17:38:02 +0200 Subject: [PATCH] typo Former-commit-id: 2c98dad0580d46db67ab549aa8ce829e579b9f5a --- ccm-core-apiclient/src/main/typescript/ccm-core-apiclient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccm-core-apiclient/src/main/typescript/ccm-core-apiclient.ts b/ccm-core-apiclient/src/main/typescript/ccm-core-apiclient.ts index 936647b9e..c4e36d68a 100644 --- a/ccm-core-apiclient/src/main/typescript/ccm-core-apiclient.ts +++ b/ccm-core-apiclient/src/main/typescript/ccm-core-apiclient.ts @@ -148,7 +148,7 @@ export class CategorizationApiClient { throw `Failed to update category ${path} of domain ${domain}: ${response.status} ${response.statusText}`; } - } catch { + } catch(err) { throw `Failed to delete category ${path} of domain ${domain}: ${err}`; } }