We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba6482 commit 2275871Copy full SHA for 2275871
reverse_engineering/api.js
@@ -48,7 +48,7 @@ module.exports = {
48
}
49
},
50
51
- disconnect: function (cb) {
+ disconnect: function (connectionInfo, logger, cb, app) {
52
state.connectionInfo = {};
53
if (clientKrb) {
54
clientKrb.destroy(cb);
0 commit comments