From 85d82b13c18d925c3b7d181e5a19a2c63e138880 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 11 Mar 2025 20:43:21 +1300 Subject: [PATCH] update comment --- src/connection/connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection/connection.js b/src/connection/connection.js index ac1ffee..68c31b0 100644 --- a/src/connection/connection.js +++ b/src/connection/connection.js @@ -1610,7 +1610,7 @@ class Connection extends EventEmitter { getChannels() { return new Promise(async (resolve, reject) => { - // add channels we receive to a list + // get channels until we get an error var channelIdx = 0; const channels = []; while(true){