From b0132e8f9062a37e747306ddcf6ae2274832b652 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 19 Jan 2021 20:11:08 -0800 Subject: fix(cli): actually stabilize Deno.shutdown() (#9181) --- runtime/ops/net.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'runtime/ops/net.rs') diff --git a/runtime/ops/net.rs b/runtime/ops/net.rs index 364f1c576..aa97be00b 100644 --- a/runtime/ops/net.rs +++ b/runtime/ops/net.rs @@ -346,10 +346,7 @@ async fn op_shutdown( args: Value, _zero_copy: BufVec, ) -> Result { - super::check_unstable2(&state, "Deno.shutdown"); - let args: ShutdownArgs = serde_json::from_value(args)?; - let rid = args.rid as u32; let resource = state -- cgit v1.2.3