|
|
|
@ -2,4 +2,6 @@ package command
|
|
|
|
|
|
|
|
|
|
import "v2ray.com/core/common/errors"
|
|
|
|
|
|
|
|
|
|
func newError(values ...interface{}) *errors.Error { return errors.New(values...).Path("App", "Log", "Command") }
|
|
|
|
|
func newError(values ...interface{}) *errors.Error {
|
|
|
|
|
return errors.New(values...).Path("App", "Log", "Command")
|
|
|
|
|
}
|
|
|
|
|