app/start: cleaner command not found message
test / test (push) Successful in 27s
Details
test / test (push) Successful in 27s
Details
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
parent
3bfe8dbf5d
commit
eb767e7642
|
@ -35,8 +35,8 @@ func (a *app) Start() error {
|
||||||
if s, err := exec.LookPath(n); err == nil {
|
if s, err := exec.LookPath(n); err == nil {
|
||||||
shimExec[i] = s
|
shimExec[i] = s
|
||||||
} else {
|
} else {
|
||||||
return fmsg.WrapErrorSuffix(err,
|
return fmsg.WrapError(err,
|
||||||
fmt.Sprintf("cannot find %q:", n))
|
fmt.Sprintf("executable file %q not found in $PATH", n))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue