summaryrefslogtreecommitdiff
path: root/cli/js/ops/worker_host.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/ops/worker_host.ts')
-rw-r--r--cli/js/ops/worker_host.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/ops/worker_host.ts b/cli/js/ops/worker_host.ts
index a409d2c77..1a7e671f4 100644
--- a/cli/js/ops/worker_host.ts
+++ b/cli/js/ops/worker_host.ts
@@ -25,5 +25,5 @@ export function hostPostMessage(id: number, data: Uint8Array): void {
}
export async function hostGetMessage(id: number): Promise<any> {
- return await sendAsync("op_host_get_message", { id });
+ return sendAsync("op_host_get_message", { id });
}