@applitools/execution-grid-tunnel
Advanced tools
Comparing version 2.1.8 to 2.1.9
{ | ||
"name": "@applitools/execution-grid-tunnel", | ||
"version": "2.1.8", | ||
"version": "2.1.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "scripts/run-execution-grid-tunnel.js", |
@@ -308,7 +308,10 @@ 'use strict' | ||
if (port === undefined) { | ||
port = await findFreePort(50000, 60000) | ||
port = 0 | ||
} | ||
// const address = await app.listen({port, host}) | ||
const address = await app.listen({port, host}) | ||
console.log(`execution-grid-tunnel service is available on http://localhost:${port}`) | ||
console.log( | ||
`execution-grid-tunnel service is available on http://localhost:${app.server.address().port}`, | ||
) | ||
@@ -319,3 +322,3 @@ serviceLogger.info({ | ||
success: true, | ||
address: `http://localhost:${port}`, | ||
address: `http://localhost:${app.server.address().port}`, | ||
}) | ||
@@ -322,0 +325,0 @@ |
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
52521
1544