Comparing version 0.0.7 to 0.0.8
@@ -178,3 +178,3 @@ | ||
if ( role && role.options && role.options.quarantine ) | ||
quarantine = require ( './quarantine' ) ( err.stack, quarantine ); | ||
quarantine = require ( './quarantine' ) ( err.stack, role.options.quarantine ); | ||
@@ -181,0 +181,0 @@ if ( err.code !== 'EPIPE' ) |
{ "name" : "mob", | ||
"version" : "0.0.7", | ||
"version" : "0.0.8", | ||
"description" : "simple multi-process applications", | ||
@@ -4,0 +4,0 @@ "keywords" : [ "cluster", "child", "process", "message", "passing", "procfile" ], |
28434