Fixed bot crash on file attachment, added 2 more new events and topic ID to file message #6
@ -23,7 +23,7 @@ class Client extends EventEmitter {
|
||||
console.log(`Peers count: ${this.swarm.connections.size} (${this.swarm.peers.size})`);
|
||||
|
||||
this.swarm.peers.forEach((peer, peerInfo) => {
|
||||
console.log(`Peer ${peer} is in topic(s) ${[...peerInfo.topics].map(topic => topic.toString('hex'))}`);
|
||||
console.log(`Peer ${peer} is in topic(s) ${[peerInfo.topics].filter(topic => topic).map(topic => topic.toString('hex'))}`);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user