зеркало из https://github.com/Azure/ms-rest-js.git
Fix `instanceof RestError` doens't work (#220)
This commit is contained in:
Родитель
99216ae495
Коммит
fa1b0c3b67
|
@ -21,5 +21,7 @@ export class RestError extends Error {
|
|||
this.request = request;
|
||||
this.response = response;
|
||||
this.body = body;
|
||||
|
||||
Object.setPrototypeOf(this, RestError.prototype);
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче