mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-02-02 06:48: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
|
return err
|
||||||
}
|
}
|
||||||
s.nodes.Store(tag, i)
|
s.nodes.Store(tag, i)
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
return errors.New("the node type is not support")
|
return errors.New("the node type is not support")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user