diff options
-rw-r--r-- | worker.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -109,7 +109,6 @@ func (w *Worker) Wait() error { w.cmd.Wait() } - // todo: is it ok? if w.endState.Success() { w.state.set(StateStopped) return nil |
index : roadrunner.git | ||
🤯 High-performance PHP application server, process manager written in Go and powered with plugins | root |
summaryrefslogtreecommitdiff |
-rw-r--r-- | worker.go | 1 |
@@ -109,7 +109,6 @@ func (w *Worker) Wait() error { w.cmd.Wait() } - // todo: is it ok? if w.endState.Success() { w.state.set(StateStopped) return nil |