From 1fc61f3b6a32d30d3667855c4b2e4457f309ac87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 9 May 2019 22:44:30 +0200 Subject: core: Privatize ModuleNameMap SymbolicModule deno_buf (#2324) --- cli/ops.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/ops.rs') diff --git a/cli/ops.rs b/cli/ops.rs index 610304aea..322e41242 100644 --- a/cli/ops.rs +++ b/cli/ops.rs @@ -121,7 +121,7 @@ pub fn dispatch_all_legacy( op.or_else(move |err: DenoError| -> Result { debug!("op err {}", err); // No matter whether we got an Err or Ok, we want a serialized message to - // send back. So transform the DenoError into a deno_buf. + // send back. So transform the DenoError into a Buf. let builder = &mut FlatBufferBuilder::new(); let errmsg_offset = builder.create_string(&format!("{}", err)); Ok(serialize_response( -- cgit v1.2.3