mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
update comment
This commit is contained in:
parent
e80f1d73e4
commit
85d82b13c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue