mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-05-06 05:38:41 +00:00
fix core selector
This commit is contained in:
+3
-1
@@ -18,7 +18,9 @@ type Selector struct {
|
||||
func (s *Selector) Start() error {
|
||||
for i := range s.cores {
|
||||
err := s.cores[i].Start()
|
||||
return err
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user