From 046ab7dc8aa9cc343bd7de2e5efc2e40d73e4998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 26 Oct 2022 14:18:58 +0200 Subject: feat: Stabilize Deno.osRelease() API (#15973) Closes https://github.com/denoland/deno/issues/15928 --- runtime/ops/os.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime') 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 { #[op] fn op_os_release(state: &mut OpState) -> Result { - super::check_unstable(state, "Deno.osRelease"); state .borrow_mut::() .sys -- cgit v1.2.3