notsure
This commit is contained in:
parent
b57144e6bf
commit
7ba0c49ee3
2
shell.go
2
shell.go
|
@ -77,7 +77,7 @@ func (repo *Repo) RunStrictNew(cmd []string) (*cmd.Status, error) {
|
|||
return &result, result.Error
|
||||
}
|
||||
if result.Exit != 0 {
|
||||
log.Warn(cmd, "failed with", result.Exit)
|
||||
log.Warn(cmd, "failed with", result.Exit, repo.GetGoPath())
|
||||
return &result, errors.New(fmt.Sprint(cmd, "failed with", result.Exit))
|
||||
}
|
||||
return &result, nil
|
||||
|
|
Loading…
Reference in New Issue