fix via @zrrrzzt @nalbina @d3x0r @Stefdv !

This commit is contained in:
Mark Nadal 2018-01-06 12:05:24 -08:00
parent 3f70fa9782
commit ca6eecffa5
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ Gun.on('opt', function mount(ctx){
ctx.on('bye', peer);
Gun.obj.del(opt.peers, wire.id);
});
wire.on('error', function(e){});
});
}

View File

@ -1,6 +1,6 @@
{
"name": "gun",
"version": "0.9.6",
"version": "0.9.7",
"description": "Graph engine",
"main": "index.js",
"browser": "gun.min.js",