From 02a67205276e122da07e51810df9d031ded80ce1 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 29 May 2020 12:45:20 +0200 Subject: Improved typechecking error for unstable props (#5503) --- cli/tests/unstable_disabled.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') 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 -- cgit v1.2.3