mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
8 lines
228 B
Text
8 lines
228 B
Text
|
error: Uncaught (in promise) TypeError: Deno.cron is not a function
|
||
|
Deno.cron();
|
||
|
^
|
||
|
at [WILDCARD]cron.ts:1:6
|
||
|
|
||
|
info: Deno.cron() is an unstable API.
|
||
|
hint: Run again with `--unstable-cron` flag to enable this API.
|