Tidy up serve.

This commit is contained in:
Lea Anthony
2019-02-02 13:58:55 +11:00
parent 17ca06693e
commit b713d57168
4 changed files with 14 additions and 94 deletions

View File

@@ -116,6 +116,7 @@ func (p *ProgramHelper) RunCommandArray(args []string) error {
return err
}
args = args[1:]
// fmt.Printf("RunCommandArray = %s %+v\n", program, args)
_, stderr, err := p.shell.Run(program, args...)
if err != nil {
fmt.Println(stderr)