Skip to content

Commit 50b8d6d

Browse files
committed
bug fixed
1 parent 809135d commit 50b8d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
if (!data.actualUrl.endsWith('/'))
1818
data.actualUrl = data.actualUrl + '/';
1919

20-
address = data.liveServerUrl.replace('http', 'ws');
20+
address = data.liveServerUrl.replace('http', 'ws') + '/ws';
2121
}
2222
socket = new WebSocket(address);
2323
socket.onmessage = (msg) => {

0 commit comments

Comments
 (0)