From 91b606aaae23bcb790b55adc5fe70a182a37d564 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 25 Feb 2020 09:14:27 -0500 Subject: Clean up how we use opIds (#4118) --- cli/ops/plugins.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/ops/plugins.rs') diff --git a/cli/ops/plugins.rs b/cli/ops/plugins.rs index 67ad5a13a..816c7ebb4 100644 --- a/cli/ops/plugins.rs +++ b/cli/ops/plugins.rs @@ -13,7 +13,7 @@ use std::rc::Rc; pub fn init(i: &mut Isolate, s: &State, r: Rc) { let r_ = r; i.register_op( - "open_plugin", + "op_open_plugin", s.core_op(json_op(s.stateful_op(move |state, args, zero_copy| { op_open_plugin(&r_, state, args, zero_copy) }))), -- cgit v1.2.3