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