telnet-client
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -283,4 +283,6 @@ "use strict"; | ||
} | ||
else if (!sendTimer) | ||
else if (!sendTimer) { | ||
this.socket.removeListener('data', sendHandler); | ||
resolve(response); | ||
} | ||
}; | ||
@@ -287,0 +289,0 @@ this.socket.on('data', sendHandler); |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"main": "./lib/index.js", | ||
@@ -11,0 +11,0 @@ "types": "./lib/index.d.ts", |
Sorry, the diff of this file is not supported yet
63566
629