Skip to content

Commit c4e491a

Browse files
committed
Update no-atomics-pause.js
1 parent 12fc0f3 commit c4e491a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-atomics-pause.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
},
1515
fixable: null,
1616
messages: {
17-
forbidden: "ES2024 '{{name}}' method is forbidden.",
17+
forbidden: "ES2026 '{{name}}' method is forbidden.",
1818
},
1919
schema: [
2020
{

0 commit comments

Comments
 (0)