summaryrefslogtreecommitdiff
path: root/cli/diagnostics.rs
diff options
context:
space:
mode:
authorElias Sjögreen <eliassjogreen1@gmail.com>2020-10-26 15:54:27 +0100
committerGitHub <noreply@github.com>2020-10-26 10:54:27 -0400
commit305a9c04ba60630f9708b681cfebb522a6110cc3 (patch)
tree36761c300215f1674c0ad2865f19538d88ec129e /cli/diagnostics.rs
parentd52fb903cda4c30bb1673260c673ba27167ab7b1 (diff)
feat(unstable): add Deno.systemCpuInfo() (#7774)
Diffstat (limited to 'cli/diagnostics.rs')
-rw-r--r--cli/diagnostics.rs1
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",