ソースを参照

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();
             };