summaryrefslogtreecommitdiff
path: root/cli/ops/workers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/ops/workers.rs')
-rw-r--r--cli/ops/workers.rs2
1 files changed, 1 insertions, 1 deletions
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()))?;