diff options
Diffstat (limited to 'worker.go')
-rw-r--r-- | worker.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ type Worker struct { state *state // underlying command with associated process, command must be - // provided to worker from outside in non-started form. Command + // provided to worker from outside in non-started form. Cmd // stdErr direction will be handled by worker to aggregate error message. cmd *exec.Cmd |