summaryrefslogtreecommitdiff
path: root/tests/specs/run/node_globals_hints/set_immediate.out
blob: b3feb3127de91d0b2f38fd753ecfc83e628cd368 (plain)
1
2
3
4
5
6
7
8
error: Uncaught (in promise) ReferenceError: setImmediate is not defined
setImmediate;
^
    at [WILDCARD]set_immediate.js:1:1

    info: setImmediate is not available in the global scope in Deno.
    hint: Import it explicitly with import { setImmediate } from "node:timers";,
          or run again with --unstable-node-globals flag to add this global.