From a7992e77037353ee4c7d3d480dcbd907961087bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 29 Oct 2019 01:42:44 +0100 Subject: refactor: use core ResourceTable in cli (#3206) --- cli/ops/workers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/ops/workers.rs') diff --git a/cli/ops/workers.rs b/cli/ops/workers.rs index 670ca6b47..809aa5d9b 100644 --- a/cli/ops/workers.rs +++ b/cli/ops/workers.rs @@ -250,7 +250,7 @@ fn op_host_post_message( let d = Vec::from(data.unwrap().as_ref()).into_boxed_slice(); - resources::post_message_to_worker(rid, d) + resources::post_message_to_worker(rid, d)? .wait() .map_err(|e| DenoError::new(ErrorKind::Other, e.to_string()))?; -- cgit v1.2.3