Commit 7c668d57 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Output fix on test page

parent d232216d
......@@ -20,7 +20,7 @@
};
ws.onmessage = function(msg) {
log('Received "' + msg + '", closing connection');
log('Received "' + msg.data + '", closing connection');
ws.close();
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment