diff options
author | Colin Ihrig <cjihrig@gmail.com> | 2022-11-09 08:14:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-09 14:14:25 +0100 |
commit | 0500aa1f71859772fba7c581e8cb2c1c4804dc2a (patch) | |
tree | 3b911502e3645455b0c94714ff2e2753f8058464 /cli/diagnostics.rs | |
parent | f946806868ad37624ae96d1b31b882216bb80000 (diff) |
feat: stabilize Deno.systemMemoryInfo() (#16445)
Diffstat (limited to 'cli/diagnostics.rs')
-rw-r--r-- | cli/diagnostics.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index 59c7f9737..0fd8a0c5c 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -18,7 +18,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "CreateHttpClientOptions", "DatagramConn", "HttpClient", - "SystemMemoryInfo", "UnixConnectOptions", "UnixListenOptions", "bench", @@ -31,7 +30,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "ppid", "removeSignalListener", "shutdown", - "systemMemoryInfo", "umask", "spawnChild", "Child", |