summaryrefslogtreecommitdiff
path: root/js/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/main.ts')
-rw-r--r--js/main.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/main.ts b/js/main.ts
index 6ba38f669..01c3ab9fb 100644
--- a/js/main.ts
+++ b/js/main.ts
@@ -27,7 +27,7 @@ window["denoMain"] = () => {
// First we send an empty "Start" message to let the privlaged side know we
// are ready. The response should be a "StartRes" message containing the CLI
// argv and other info.
- const res = deno.send("start", startMsg());
+ const res = deno.send(startMsg());
// TODO(ry) Remove this conditional once main.rs gets up to speed.
if (res == null) {