Comparing version 0.5.0-SNAPSHOT.1387336774173 to 0.5.0-SNAPSHOT.1388506798567
@@ -105,2 +105,3 @@ /* | ||
'noWorkers': argv.noWorkers || os.cpus().length, | ||
'skipCheckBusyPorts': false, | ||
'monCreateServer': require('cluster-monitor').monCreateServer, | ||
@@ -107,0 +108,0 @@ 'monApp': require('cluster-monitor').monApp, |
@@ -58,3 +58,3 @@ 'use strict'; | ||
//monitor app could also be configured now, should return a value or promise. | ||
return when.all([ | ||
return when.all(options.skipCheckBusyPorts ? [] : [ | ||
utils.rejectIfPortBusy('localhost', options.port), | ||
@@ -61,0 +61,0 @@ utils.rejectIfPortBusy('localhost', options.monPort), |
@@ -14,3 +14,3 @@ { | ||
"name": "cluster2", | ||
"version": "0.5.0-SNAPSHOT.1387336774173", | ||
"version": "0.5.0-SNAPSHOT.1388506798567", | ||
"engines": { | ||
@@ -17,0 +17,0 @@ "node": ">= 0.10.0" |
Sorry, the diff of this file is not supported yet
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
1709
91073
11