summaryrefslogtreecommitdiff
path: root/cli/rt/27_websocket.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/rt/27_websocket.js')
-rw-r--r--cli/rt/27_websocket.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/rt/27_websocket.js b/cli/rt/27_websocket.js
index 76070ebee..98d3a21e6 100644
--- a/cli/rt/27_websocket.js
+++ b/cli/rt/27_websocket.js
@@ -48,7 +48,7 @@
core.jsonOpAsync("op_ws_create", {
url: wsURL.href,
- protocols: protocols.join("; "),
+ protocols: protocols.join(", "),
}).then((create) => {
if (create.success) {
this.#rid = create.rid;