commit
3c502fbdf7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue