typo
parent
af67ac1a97
commit
2c98dad058
|
|
@ -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