We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519887e commit b2ec8a5Copy full SHA for b2ec8a5
rest/error.ts
@@ -19,6 +19,7 @@ export class UnexpectedResponseError extends Error {
19
20
// @ts-ignore only available on V8
21
if (Error.captureStackTrace) {
22
+ // @ts-ignore only available on V8
23
Error.captureStackTrace(this, UnexpectedResponseError);
24
}
25
0 commit comments