mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-12 14:18:33 +00:00
test
This commit is contained in:
parent
ade8fb927c
commit
b0d1dd9485
@ -41,7 +41,7 @@ WSSHClient.prototype.connect = function (options) {
|
||||
options.onError(data.error);
|
||||
}
|
||||
else {
|
||||
options.onData(data.data);
|
||||
options.onData(data);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user