Comparing version 0.1.2 to 0.1.3
@@ -49,3 +49,3 @@ var path = require('path'); | ||
cluster.on('exit', function(worker, code, signal) { | ||
console.log('worker ' + worker.process.pid + ' died'); | ||
cluster.fork(); | ||
}); | ||
@@ -52,0 +52,0 @@ } else { |
{ | ||
"name": "icecream", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "rapid web framework for nodejs", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/nodengine/icecream", |
10236