Comparing version 0.0.8 to 0.0.9
@@ -45,3 +45,3 @@ | ||
worker = workers [ i ]; | ||
if ( worker.pid === filter ) | ||
if ( ( worker.pid || worker.process.pid ) === filter ) | ||
{ | ||
@@ -48,0 +48,0 @@ try |
{ "name" : "mob", | ||
"version" : "0.0.8", | ||
"version" : "0.0.9", | ||
"description" : "simple multi-process applications", | ||
@@ -4,0 +4,0 @@ "keywords" : [ "cluster", "child", "process", "message", "passing", "procfile" ], |
28460