Former-commit-id: 2c98dad058
restapi
Jens Pelzetter 2020-07-24 17:38:02 +02:00
parent 529d7d0bde
commit 77f7a76cd6
1 changed files with 1 additions and 1 deletions

View File

@ -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}`;
}
}