mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-13 14:44:47 +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);
|
options.onError(data.error);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
options.onData(data.data);
|
options.onData(data);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user