all: Revert the underscore sillyness
This commit is contained in:
@@ -114,7 +114,7 @@ func (p *Process) Start(bin string, args ...string) error {
|
||||
}
|
||||
|
||||
func (p *Process) wait() {
|
||||
_ = p.cmd.Wait()
|
||||
p.cmd.Wait()
|
||||
|
||||
if p.logfd != nil {
|
||||
p.stopErr = p.checkForProblems(p.logfd)
|
||||
|
||||
Reference in New Issue
Block a user