summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-10-26 14:18:58 +0200
committerGitHub <noreply@github.com>2022-10-26 14:18:58 +0200
commit046ab7dc8aa9cc343bd7de2e5efc2e40d73e4998 (patch)
treef267e93632953d1b319669e69f31d54c39c0fb65 /runtime
parent851db03a6eb25ef899437c1393745f7fe9d15585 (diff)
feat: Stabilize Deno.osRelease() API (#15973)
Closes https://github.com/denoland/deno/issues/15928
Diffstat (limited to 'runtime')
-rw-r--r--runtime/ops/os.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/ops/os.rs b/runtime/ops/os.rs
index f774e1f2e..2aafdc7a3 100644
--- a/runtime/ops/os.rs
+++ b/runtime/ops/os.rs
@@ -182,7 +182,6 @@ fn op_hostname(state: &mut OpState) -> Result<String, AnyError> {
#[op]
fn op_os_release(state: &mut OpState) -> Result<String, AnyError> {
- super::check_unstable(state, "Deno.osRelease");
state
.borrow_mut::<Permissions>()
.sys