diff options
Diffstat (limited to 'cli/rt/90_deno_ns.js')
| -rw-r--r-- | cli/rt/90_deno_ns.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/rt/90_deno_ns.js b/cli/rt/90_deno_ns.js index 82acdef3c..23ab12924 100644 --- a/cli/rt/90_deno_ns.js +++ b/cli/rt/90_deno_ns.js @@ -103,6 +103,7 @@ __bootstrap.denoNsUnstable = { loadavg: __bootstrap.os.loadavg, hostname: __bootstrap.os.hostname, osRelease: __bootstrap.os.osRelease, + systemMemoryInfo: __bootstrap.os.systemMemoryInfo, applySourceMap: __bootstrap.errorStack.opApplySourceMap, formatDiagnostics: __bootstrap.errorStack.opFormatDiagnostics, shutdown: __bootstrap.net.shutdown, |
