summaryrefslogtreecommitdiff
path: root/tests/specs/run/node_globals_hints/global.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/run/node_globals_hints/global.out')
-rw-r--r--tests/specs/run/node_globals_hints/global.out3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/specs/run/node_globals_hints/global.out b/tests/specs/run/node_globals_hints/global.out
index e090d32e2..ad01ac426 100644
--- a/tests/specs/run/node_globals_hints/global.out
+++ b/tests/specs/run/node_globals_hints/global.out
@@ -4,4 +4,5 @@ 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.
+ hint: Use globalThis instead, or assign globalThis.global = globalThis,
+ or run again with --unstable-node-globals flag to add this global.