From 2ed13e50f796ba68d2ff652e363fc328e10c0622 Mon Sep 17 00:00:00 2001 From: MrMasrozYTLIVE <61359286+MrMasrozYTLIVE@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:53:36 +0300 Subject: [PATCH] Ok i will stop exiting to test it properly --- chatBot/includes/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatBot/includes/client.js b/chatBot/includes/client.js index 335767e..566f564 100644 --- a/chatBot/includes/client.js +++ b/chatBot/includes/client.js @@ -24,8 +24,8 @@ class Client extends EventEmitter { if(this.swarm.connections.size > 0) { let arr = []; [...this.swarm.peers].forEach(peer => arr.push([peer.topics])); + console.log([...this.swarm.peers]) console.log(arr); - process.exit(-1); } }); }