mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 09:58:14 -05:00
fix bug for selector
This commit is contained in:
parent
968da8effd
commit
89e15fc438
@ -49,6 +49,7 @@ func (s *Selector) AddNode(tag string, info *panel.NodeInfo, config *conf.Contro
|
||||
return err
|
||||
}
|
||||
s.nodes.Store(tag, i)
|
||||
return nil
|
||||
}
|
||||
return errors.New("the node type is not support")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user