mirror of
https://github.com/amark/gun.git
synced 2025-06-07 06:36:46 +00:00
chore: fix log
This commit is contained in:
parent
60c98a5ba0
commit
d2512f2842
@ -360,10 +360,10 @@
|
||||
r.list(go);
|
||||
});
|
||||
if(good){ return }
|
||||
var id = Gun.text.random(3); console.log("MISLOCATED DATA", id);
|
||||
var id = Gun.text.random(3); opt.log("MISLOCATED DATA", id);
|
||||
r.save(disk, function ack(err, ok){
|
||||
if(err){ return r.save(disk, ack) } // ad infinitum???
|
||||
console.log("MISLOCATED CORRECTED", id);
|
||||
opt.log("MISLOCATED CORRECTED", id);
|
||||
});
|
||||
}
|
||||
/*g.check2 = function(err, disk, info){
|
||||
|
Loading…
x
Reference in New Issue
Block a user