Comparing version 0.5.1 to 0.5.2
@@ -249,3 +249,3 @@ var cluster = require('cluster'), | ||
WorkerWrapper.prototype._onWorkerInitialized = function(worker) { | ||
if (worker.id === this._worker.id) { | ||
if (this._worker && worker.id === this._worker.id) { | ||
this.emit('initialized'); | ||
@@ -252,0 +252,0 @@ } |
{ | ||
"name" : "luster", | ||
"version" : "0.5.1", | ||
"version" : "0.5.2", | ||
"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
105043