From 0c47cd67850e4c195212c8edfcb3a62b8435ed3a Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 25 Apr 2020 09:31:54 -0400 Subject: introduce unstable flag, make a few things unstable (#4892) --- cli/ops/plugins.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/ops/plugins.rs') diff --git a/cli/ops/plugins.rs b/cli/ops/plugins.rs index 17f366d39..f4212f579 100644 --- a/cli/ops/plugins.rs +++ b/cli/ops/plugins.rs @@ -39,6 +39,7 @@ pub fn op_open_plugin( args: Value, _zero_copy: Option, ) -> Result { + state.check_unstable("Deno.openPlugin"); let args: OpenPluginArgs = serde_json::from_value(args).unwrap(); let filename = deno_fs::resolve_from_cwd(Path::new(&args.filename))?; -- cgit v1.2.3