telnet-client
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -216,5 +216,5 @@ 'use strict' | ||
this.waitfor = (opts.waitfor ? (opts.waitfor instanceof RegExp ? opts.waitfor : RegExp(opts.waitfor)) : false); | ||
data += this.ors | ||
} | ||
data += this.ors | ||
@@ -221,0 +221,0 @@ if (this.socket.writable) { |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "./lib/index.js", | ||
@@ -11,0 +11,0 @@ "engine": "node >= 6.9.1", |
46877