blob: 76558bb3841a806987785bd521a92b22dbe886a7 (
plain)
1
2
3
4
5
6
7
|
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.
|