mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
8 lines
288 B
Text
8 lines
288 B
Text
|
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";.
|