diff --git a/lib/super.js b/lib/super.js index 6019b200..0db3721e 100644 --- a/lib/super.js +++ b/lib/super.js @@ -14,6 +14,7 @@ } else { } + if (!peer.id) {console.log('[WARN] no peer.id %s', soul);} Gun.subscribe[soul] = Gun.subscribe[soul] || []; if (Gun.subscribe[soul].indexOf(peer) === -1) { Gun.subscribe[soul].push(peer);