Comparing version 2.1.1 to 2.2.0
@@ -328,3 +328,4 @@ const cluster = require('cluster'), | ||
Date.now() - this.startTime < this.options.exitThreshold && | ||
!this.restarting) { | ||
!this.restarting && | ||
!this.stopping) { | ||
this._sequentialDeaths++; | ||
@@ -331,0 +332,0 @@ } |
{ | ||
"name": "luster", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"description": "Node.js cluster wrapper", | ||
@@ -43,2 +43,3 @@ "main": "./lib/luster.js", | ||
"chai": "^3.5.0", | ||
"delay": "^4.3.0", | ||
"eslint": "^4.19.1", | ||
@@ -45,0 +46,0 @@ "eslint-config-nodules": "^0.4.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
87741
2222
9