diff options
Diffstat (limited to 'cli/ops/web_worker.rs')
-rw-r--r-- | cli/ops/web_worker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ops/web_worker.rs b/cli/ops/web_worker.rs index ff2c558be..db7086c59 100644 --- a/cli/ops/web_worker.rs +++ b/cli/ops/web_worker.rs @@ -37,7 +37,7 @@ fn op_worker_get_message( Ok(json!({ "data": maybe_buf })) }; - Ok(JsonOp::Async(op.boxed())) + Ok(JsonOp::Async(op.boxed_local())) } /// Post message to host as guest worker |