summaryrefslogtreecommitdiff
path: root/tests/specs/run/node_globals_hints/buffer.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/run/node_globals_hints/buffer.out')
-rw-r--r--tests/specs/run/node_globals_hints/buffer.out3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/specs/run/node_globals_hints/buffer.out b/tests/specs/run/node_globals_hints/buffer.out
index 4980e6d12..858f404ab 100644
--- a/tests/specs/run/node_globals_hints/buffer.out
+++ b/tests/specs/run/node_globals_hints/buffer.out
@@ -4,4 +4,5 @@ Buffer;
at [WILDCARD]buffer.js:1:1
info: Buffer is not available in the global scope in Deno.
- hint: Import it explicitly with import { Buffer } from "node:buffer";.
+ hint: Import it explicitly with import { Buffer } from "node:buffer";,
+ or run again with --unstable-node-globals flag to add this global.