Skip to content

Commit efb5dd8

Browse files
committed
linter
1 parent 9112f83 commit efb5dd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/common/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ let knownGlobals = [
273273
setTimeout,
274274
queueMicrotask
275275
];
276-
if (globalThis.primordials) {
277-
knownGlobals.push(primordials);
276+
if (global.primordials) {
277+
knownGlobals.push(global.primordials);
278278
}
279279

280280
// TODO(@jasnell): This check can be temporary. AbortController is

0 commit comments

Comments
 (0)