Comparing version 0.4.3 to 0.4.4
@@ -81,5 +81,7 @@ var _ = require('underscore'), | ||
emitter.on('update-component-status', function(component, now, options, value){ | ||
emitter.emit( | ||
util.format('update-component-status-%s-%d-%s', component, now, options.worker ? process.pid : ''), | ||
updater(options.params, value)); | ||
if(_.isEqual(name, component)){ | ||
emitter.emit( | ||
util.format('update-component-status-%s-%d-%s', component, now, options.worker ? process.pid : ''), | ||
updater(options.params, value)); | ||
} | ||
}); | ||
@@ -86,0 +88,0 @@ } |
@@ -8,3 +8,3 @@ { | ||
"name": "cluster2", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"repository": { | ||
@@ -11,0 +11,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
104013
1734
24