Comparing version 0.5.7 to 0.5.8
@@ -433,3 +433,3 @@ var cluster = require('cluster'), | ||
// and isn't marked as dead | ||
if ((this.options.persistent || this.restarting) && ! this.dead && ! this.stopping) { | ||
if (((this.options.persistent && ! this.stopping) || this.restarting) && ! this.dead) { | ||
legacy.setImmediate(this.run.bind(this)); | ||
@@ -436,0 +436,0 @@ } |
{ | ||
"name" : "luster", | ||
"version" : "0.5.7", | ||
"version" : "0.5.8", | ||
"description" : "Node.js cluster wrapper", | ||
@@ -5,0 +5,0 @@ "main" : "./lib/luster.js", |
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
80779
19