mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-30 05:56:54 -05:00
improve error message for implementation set
This commit is contained in:
parent
13f05c1b9d
commit
6fe8010caa
@ -37,7 +37,7 @@ func (i *implementationSet) findImplementationByAlias(alias string) (string, Cus
|
||||
if found {
|
||||
return impl.FullName, impl.Loader, nil
|
||||
}
|
||||
return "", nil, newError("cannot find implementation by alias")
|
||||
return "", nil, newError("cannot find implementation by alias: ", alias)
|
||||
}
|
||||
|
||||
func newImplementationSet() *implementationSet {
|
||||
|
Loading…
Reference in New Issue
Block a user