diff --git a/examples/http.js b/examples/http.js index fe627290..9c011f49 100644 --- a/examples/http.js +++ b/examples/http.js @@ -1,6 +1,5 @@ ;(function(){ var cluster = require('cluster'); - crash; if(cluster.isMaster){ return cluster.fork() && cluster.on('exit', function(){ cluster.fork(); require('../lib/crashed'); }); }