summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorLuca Casonato <luca.casonato@antipy.com>2020-05-29 12:45:20 +0200
committerGitHub <noreply@github.com>2020-05-29 12:45:20 +0200
commit02a67205276e122da07e51810df9d031ded80ce1 (patch)
tree1bab6fdbbbbeef87f9c743b25d0560f416ad6d42 /cli/tests
parent2668637e9bad75bef016e7f8a5f481b3c6221891 (diff)
Improved typechecking error for unstable props (#5503)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/unstable_disabled.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unstable_disabled.out b/cli/tests/unstable_disabled.out
index 695ca122c..e951c5d0a 100644
--- a/cli/tests/unstable_disabled.out
+++ b/cli/tests/unstable_disabled.out
@@ -1,5 +1,5 @@
[WILDCARD]
-error: TS2339 [ERROR]: Property 'loadavg' does not exist on type 'typeof Deno'.
+error: TS2339 [ERROR]: Property 'loadavg' does not exist on type 'typeof Deno'. 'Deno.loadavg' is an unstable API. Did you forget to run with the '--unstable' flag?
console.log(Deno.loadavg);
~~~~~~~
at [WILDCARD]/cli/tests/unstable.ts:1:18