diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2020-09-12 16:12:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-12 16:12:14 +0200 |
commit | d048f58f0538d2ea7c8a418119f5092d3db719ce (patch) | |
tree | cdb517b4feab933a9c139c148ff678631d5d2474 /cli/diagnostics.rs | |
parent | 95db3247485b2d1ed553c98e2231379e58a0ace2 (diff) |
chore: add systemMemoryInfo unstable diagnostic (#7435)
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 083c11bf5..06fc585bb 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -77,6 +77,7 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "startTls", "symlink", "symlinkSync", + "systemMemoryInfo", "transpileOnly", "umask", "utime", |