diff options
author | Elias Sjögreen <eliassjogreen1@gmail.com> | 2020-10-26 15:54:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 10:54:27 -0400 |
commit | 305a9c04ba60630f9708b681cfebb522a6110cc3 (patch) | |
tree | 36761c300215f1674c0ad2865f19538d88ec129e /cli/diagnostics.rs | |
parent | d52fb903cda4c30bb1673260c673ba27167ab7b1 (diff) |
feat(unstable): add Deno.systemCpuInfo() (#7774)
Diffstat (limited to 'cli/diagnostics.rs')
-rw-r--r-- | cli/diagnostics.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index b92388322..ba53ce623 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -74,6 +74,7 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "symlink", "symlinkSync", "systemMemoryInfo", + "systemCpuInfo", "transpileOnly", "umask", "utime", |