diff options
Diffstat (limited to 'rutina.go')
-rwxr-xr-x | rutina.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -219,7 +219,7 @@ func (p *process) run(pctx context.Context, errCh chan error, logger logger) err if errCh != nil { errCh <- ErrRunLimit } - return nil + return ErrRunLimit } } logger("restarting process #%d", p.id) |