From 606db35ccbe8e3c1ce93ae943a2f9850558400af Mon Sep 17 00:00:00 2001 From: Colin Ihrig Date: Tue, 25 Oct 2022 11:21:14 -0400 Subject: feat: stabilize Deno.loadavg() (#16412) --- runtime/ops/os.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/ops') diff --git a/runtime/ops/os.rs b/runtime/ops/os.rs index 0c171d710..f774e1f2e 100644 --- a/runtime/ops/os.rs +++ b/runtime/ops/os.rs @@ -160,7 +160,6 @@ fn op_exit(state: &mut OpState) { #[op] fn op_loadavg(state: &mut OpState) -> Result<(f64, f64, f64), AnyError> { - super::check_unstable(state, "Deno.loadavg"); state .borrow_mut::() .sys -- cgit v1.2.3