diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/unstable_disabled.out | 2 |
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 |