mirror of
https://github.com/certd/certd.git
synced 2026-05-01 02:17:27 +08:00
chore:
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ export class AliyunDnsProvider extends AbstractDnsProvider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resolveError(e: any, req: CreateRecordOptions) {
|
resolveError(e: any, req: CreateRecordOptions) {
|
||||||
if (e.Message.indexOf('The specified domain name does not exist') > -1) {
|
if (e.message?.indexOf('The specified domain name does not exist') > -1) {
|
||||||
throw new Error(`阿里云账号中不存在此域名:${req.domain}`);
|
throw new Error(`阿里云账号中不存在此域名:${req.domain}`);
|
||||||
}
|
}
|
||||||
throw e;
|
throw e;
|
||||||
|
|||||||
Reference in New Issue
Block a user