Skip to content

Commit b2ec8a5

Browse files
committed
🚨 fix lint
1 parent 519887e commit b2ec8a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rest/error.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export class UnexpectedResponseError extends Error {
1919

2020
// @ts-ignore only available on V8
2121
if (Error.captureStackTrace) {
22+
// @ts-ignore only available on V8
2223
Error.captureStackTrace(this, UnexpectedResponseError);
2324
}
2425
}

0 commit comments

Comments
 (0)