update comment

This commit is contained in:
liamcottle 2025-03-11 20:43:21 +13:00
parent e80f1d73e4
commit 85d82b13c1

View file

@ -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){