mirror of
https://github.com/amark/gun.git
synced 2025-06-06 22:26:48 +00:00
work!
This commit is contained in:
parent
d075423ffb
commit
3c30c52f01
@ -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'); });
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user