Commit b0d1dd94 authored by liuzheng712's avatar liuzheng712

test

parent ade8fb92
...@@ -41,7 +41,7 @@ WSSHClient.prototype.connect = function (options) { ...@@ -41,7 +41,7 @@ WSSHClient.prototype.connect = function (options) {
options.onError(data.error); options.onError(data.error);
} }
else { else {
options.onData(data.data); options.onData(data);
} }
}; };
......
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