Skip to content

Commit 3f5aa71

Browse files
committed
Fix custom JS for SuppressedError
1 parent 9792ad7 commit 3f5aa71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/js.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"SuppressedError": {
131131
"__comment": "Remove when https://arai-a.github.io/ecma262-compare/?pr=3000 is merged into the main ECMAScript spec.",
132132
"ctor": {},
133-
"instance": ["error", "suppressed"]
133+
"members": {"instance": ["error", "suppressed"]}
134134
},
135135
"Symbol": {
136136
"members": {"static": ["asyncDispose", "dispose"]}

0 commit comments

Comments
 (0)