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

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