diff options
author | Colin Ihrig <cjihrig@gmail.com> | 2022-10-27 16:56:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-27 16:56:06 -0400 |
commit | 1376c6932f6357a38fa3d3d0f134951f3890964a (patch) | |
tree | fb5461d65de228f4024d07e26af800821c276430 /cli/diagnostics.rs | |
parent | c27942fee475a9220e2005a99455b6a77c73810e (diff) |
fix: finish stabilizing Deno.osRelease() (#16447)
Fixes: https://github.com/denoland/deno/issues/16446
Diffstat (limited to 'cli/diagnostics.rs')
-rw-r--r-- | cli/diagnostics.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index 7c27b62e5..88a92a1a8 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -40,7 +40,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "listen", "listenDatagram", "dlopen", - "osRelease", "ppid", "removeSignalListener", "shutdown", |