mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 04:30:08 +00:00
test: 尝试启用xray splice拷贝
This commit is contained in:
@@ -11,7 +11,7 @@ var (
|
||||
)
|
||||
|
||||
func NewCore(c []conf.CoreConfig) (Core, error) {
|
||||
if len(c) < 0 {
|
||||
if len(c) == 0 {
|
||||
return nil, errors.New("no have vail core")
|
||||
}
|
||||
// multi core
|
||||
|
||||
Reference in New Issue
Block a user