feat: Host environment (#1293)
This commit is contained in:
10
pkg/lookpath/error.go
Normal file
10
pkg/lookpath/error.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package lookpath
|
||||
|
||||
type Error struct {
|
||||
Name string
|
||||
Err error
|
||||
}
|
||||
|
||||
func (e *Error) Error() string {
|
||||
return e.Err.Error()
|
||||
}
|
Reference in New Issue
Block a user