Update ChannelManager.ts

main
落雨楓 3 years ago
parent 58b237cd4a
commit 662761bd29

@ -67,7 +67,6 @@ export class ChannelManager extends EventEmitter {
let nameList: string[] = [];
for (let i = 0; i < pathList.length; i++) {
let currentPath = pathList.slice(0, i + 1).join("/");
console.log(currentPath);
let findedName = this.channelName[currentPath];
if (findedName) {
nameList.push(findedName);

Loading…
Cancel
Save