roku-test-automation
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -167,5 +167,5 @@ "use strict"; | ||
return __generator(this, function (_a) { | ||
console.log("setupConnections" + this.socketConnected + "::::" + this.callbackListenPort); | ||
console.log("setupConnections" + this.socketConnected + "::::" + this.callbackListenPort + "::::::" + this.client.destroyed); | ||
// If we already have everything we need then don't want to rerun | ||
if (this.socketConnected && this.callbackListenPort) | ||
if (this.socketConnected && this.callbackListenPort && this.client.destroyed === false) | ||
return [2 /*return*/]; | ||
@@ -172,0 +172,0 @@ callbackListenPort = this.config.server.callbackListenPort; |
{ | ||
"name": "roku-test-automation", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Helps with automating functional tests", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
56651