diff --git a/realize/projects.go b/realize/projects.go index 1000b6b..e5f9e24 100644 --- a/realize/projects.go +++ b/realize/projects.go @@ -672,7 +672,7 @@ func (c *Command) exec(base string, stop <-chan bool) (response Response) { response.Name = c.Cmd response.Out = stdout.String() if err != nil { - response.Err = errors.New(stderr.String()) + response.Err = errors.New(stderr.String() + stdout.String()) } } return