more verbose errors
This commit is contained in:
parent
61c5cfc03f
commit
52bb1eb33c
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ func (r *Runner) Run() error {
|
|||
for _, m := range ms {
|
||||
fv, e := getVersionOfFile(fmt.Sprintf("%s/%s", m.RootPath, m.BinaryPath))
|
||||
if e != nil {
|
||||
return e
|
||||
return fmt.Errorf("error getting version of file: %s", e)
|
||||
}
|
||||
if v != fv {
|
||||
l, e := goBuildBinary(m.RootPath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue