Commit f7eda41a authored by liuzheng712's avatar liuzheng712

fix(webterminal): data.data.data

parent 6a0edb63
......@@ -85,7 +85,7 @@ function openTerminal(options) {
term.write('Connection Reset By Peer');
};
sock.onmessage= function (data) {
term.write(data.data);
term.write(data.data.data);
};
sock.onerror= function () {
term.write('Connection Reset By Peer');
......
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