mirror of
https://github.com/certd/certd.git
synced 2026-04-29 08:38:51 +08:00
perf: 优化京东云报错详情显示
This commit is contained in:
@@ -63,7 +63,10 @@ export class JDCloudDnsProvider extends AbstractDnsProvider {
|
|||||||
domainId: domainId
|
domainId: domainId
|
||||||
};
|
};
|
||||||
}catch (e) {
|
}catch (e) {
|
||||||
this.logger.error(e)
|
if (e.error){
|
||||||
|
this.logger.error(JSON.stringify(e.error))
|
||||||
|
throw new Error(JSON.stringify(e.error))
|
||||||
|
}
|
||||||
throw e
|
throw e
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user