Fix bad c/c

This commit is contained in:
Jim LAURIE 2017-09-14 10:17:14 +02:00 committed by GitHub
parent 217f0193fc
commit ed2accecf5

View File

@ -85,7 +85,7 @@ module.exports = function() {
case 'stop': case 'stop':
_.forEach(cluster.workers, worker => worker.kill()); _.forEach(cluster.workers, worker => worker.kill());
process.exit(0);ter.fork(); process.exit(0);
break; break;
default: default:
return; return;