This commit is contained in:
Mark Nadal 2021-07-02 13:02:11 -07:00
parent c42d2bc23e
commit 8e696e2f5c

2
gun.js
View File

@ -419,7 +419,7 @@
// TODO: consider tagging original message into dup for DAM.
var ctx = msg._||{}, DBG = ctx.DBG = msg.DBG;
DBG && (DBG.g = +new Date);
console.log("GET:", get, node, has);
//console.log("GET:", get, node, has);
if(!node){ return root.on('get', msg) }
if(has){
if('string' != typeof has || u === node[has]){ return root.on('get', msg) }