diff options
author | Colin Ihrig <cjihrig@gmail.com> | 2022-10-25 11:21:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 11:21:14 -0400 |
commit | 606db35ccbe8e3c1ce93ae943a2f9850558400af (patch) | |
tree | 48123d79982e74a5be8c0679c6f1a7ef9abe2df1 /cli/diagnostics.rs | |
parent | f242d98280a7b261af9bf458498915d973f8d48e (diff) |
feat: stabilize Deno.loadavg() (#16412)
Diffstat (limited to 'cli/diagnostics.rs')
-rw-r--r-- | cli/diagnostics.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index e0ac5e0b7..4e456b444 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -42,7 +42,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "kill", "listen", "listenDatagram", - "loadavg", "dlopen", "osRelease", "ppid", |