Skip to content

Commit 96bc9e1

Browse files
committed
listen to the linter
1 parent 2a6b924 commit 96bc9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ContractError.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export class ContractError extends Error {
110110
/* On some platforms (notably, Node), when using the class syntax, the `super()` call to the `Error` constructor
111111
creates an own property `stack`, which we do not want. If it exists, we delete it. We do want to use the given
112112
`rawStack` and the defined derived property on the prototype in all cases. */
113-
// @ts-ignore
113+
// @ts-expect-error
114114
delete this.stack
115115
}
116116
}

0 commit comments

Comments
 (0)