diff --git a/lib/platform-shims/deno.ts b/lib/platform-shims/deno.ts index 6bea0422b..87fcb5294 100644 --- a/lib/platform-shims/deno.ts +++ b/lib/platform-shims/deno.ts @@ -91,7 +91,7 @@ export default { } }, exit: Deno.exit, - nextTick: window.queueMicrotask, + nextTick: globalThis.queueMicrotask, stdColumns: columns ?? null, }, readFileSync: Deno.readTextFileSync,