mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
chore:
This commit is contained in:
@@ -86,7 +86,7 @@ class HttpError extends Error {
|
||||
url = (error.config.baseURL || '') + error.config.url;
|
||||
}
|
||||
if (url) {
|
||||
this.message = `${this.message}:${url}`;
|
||||
this.message = `${this.message} 【${url}】`;
|
||||
}
|
||||
const { stack, cause } = error;
|
||||
// delete this.cause;
|
||||
|
||||
Reference in New Issue
Block a user