1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/run/unstable_temporal_api/missing_flag.out

8 lines
244 B
Text
Raw Normal View History

error: Uncaught (in promise) ReferenceError: Temporal is not defined
Temporal.Now.instant();
^
at [WILDCARD]missing_flag.js:1:1
info: Temporal is an unstable API.
hint: Run again with `--unstable-temporal` flag to enable this API.