mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
8 lines
248 B
Text
8 lines
248 B
Text
|
error: Uncaught (in promise) ReferenceError: global is not defined
|
||
|
global;
|
||
|
^
|
||
|
at [WILDCARD]global.js:1:1
|
||
|
|
||
|
info: global is not available in the global scope in Deno.
|
||
|
hint: Use globalThis instead, or assign globalThis.global = globalThis.
|