mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-11 22:08:16 +03:00
Fix outbound not found message
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user