mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-16 17:32:23 +08:00
Fix outbound not found message
This commit is contained in:
parent
de0b5cc1c2
commit
edf7d046eb
|
@ -69,7 +69,7 @@ func (s *Box) startOutbounds() error {
|
||||||
}
|
}
|
||||||
problemOutbound := outbounds[problemOutboundTag]
|
problemOutbound := outbounds[problemOutboundTag]
|
||||||
if problemOutbound == nil {
|
if problemOutbound == nil {
|
||||||
return E.New("dependency[", problemOutbound, "] not found for outbound[", outboundTags[oCurrent], "]")
|
return E.New("dependency[", problemOutboundTag, "] not found for outbound[", outboundTags[oCurrent], "]")
|
||||||
}
|
}
|
||||||
return lintOutbound(append(oTree, problemOutboundTag), problemOutbound)
|
return lintOutbound(append(oTree, problemOutboundTag), problemOutbound)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user