Framework upgrade, also node.js v7.0.0

This commit is contained in:
2016-10-26 16:47:59 +08:00
parent 321858f6ec
commit 754a23ff40
3 changed files with 3 additions and 3 deletions

Submodule botanss updated: c73aa30c39...a7edb55d4c

View File

@@ -26,7 +26,7 @@ if( cluster.isMaster )
var clusterDisconnect = function( worker )
{
if( worker.suicide === true )
if( worker.exitedAfterDisconnect === true )
{
Masterfly.Info( "Worker committed suicide" );
Masterfly.Info( "Forking process ..." );