mirror of https://github.com/jumpserver/jumpserver
test
parent
ade8fb927c
commit
b0d1dd9485
|
@ -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);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue