We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2f236 commit fd29144Copy full SHA for fd29144
index.js
@@ -0,0 +1 @@
1
+module.exports = require('./lib/connection.js');
lib/connection.js
@@ -163,7 +163,7 @@ TarantoolConnection.prototype.onConnect = function(){
163
164
TarantoolConnection.prototype.onError = function(error){
165
this._interupt();
166
- tihs._stubMethods();
+ this._stubMethods();
167
this.socket.destroy();
168
this.commandsQueue = [];
169
};
@@ -402,4 +402,4 @@ TarantoolConnection.prototype._stubMethods = function(){
402
this[requestMethods[i]] = this._notAvailableMethod;
403
404
405
-module.exports = TarantoolConnection;
+module.exports = TarantoolConnection;
0 commit comments