瀏覽代碼

Output fix on test page

Taddeus Kroes 12 年之前
父節點
當前提交
7c668d5711
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test.html

+ 1 - 1
test.html

@@ -20,7 +20,7 @@
             };
 
             ws.onmessage = function(msg) {
-                log('Received "' + msg + '", closing connection');
+                log('Received "' + msg.data + '", closing connection');
                 ws.close();
             };