소스 검색

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