Return error if onBeforeStart fails

This commit is contained in:
Ingo Oppermann
2023-07-12 20:56:03 +02:00
parent dedbfa099c
commit c8ab8567d9
2 changed files with 2 additions and 2 deletions

View File

@@ -584,7 +584,7 @@ func (p *process) start() error {
p.reconnect(p.delay(stateFailed))
return nil
return err
}
}