From b8e3f4c71dae5b43a03e8cfb36e71865e8eeaabf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 28 Sep 2022 15:36:06 +0200 Subject: feat: Stabilize Deno.hostname() API (#15932) --- 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 0e51e3120..0c171d710 100644 --- a/runtime/ops/os.rs +++ b/runtime/ops/os.rs @@ -173,7 +173,6 @@ fn op_loadavg(state: &mut OpState) -> Result<(f64, f64, f64), AnyError> { #[op] fn op_hostname(state: &mut OpState) -> Result { - super::check_unstable(state, "Deno.hostname"); state .borrow_mut::() .sys -- cgit v1.2.3