diff options
Diffstat (limited to 'worker.go')
-rw-r--r-- | worker.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -109,6 +109,7 @@ func (w *Worker) Wait() error { w.cmd.Wait() } + // todo: is it ok? if w.endState.Success() { w.state.set(StateStopped) return nil |