parent
529d7d0bde
commit
77f7a76cd6
|
|
@ -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}`;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue