telnet-client
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -100,2 +100,3 @@ 'use strict' | ||
this.emit('error', error) | ||
reject(error) | ||
}) | ||
@@ -156,3 +157,3 @@ | ||
if (!this.response) return reject(new Error('response not received')) | ||
reject(new Error('response not received')) | ||
}, this.execTimeout) | ||
@@ -159,0 +160,0 @@ } |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "./lib/index.js", | ||
@@ -11,0 +11,0 @@ "engine": "node >= 6.9.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1017
46851