summaryrefslogtreecommitdiff
path: root/worker.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-06 12:59:38 +0300
committerWolfy-J <[email protected]>2018-06-06 12:59:38 +0300
commitb49a888579be9dfc33069d168083c54fb354e24c (patch)
tree877c0e4397135f83f4794bc72e4adcaf43cc3c24 /worker.go
parentaefb8c50d2c691cac113d9ccbbfbcbd30635ee6a (diff)
more tests
Diffstat (limited to 'worker.go')
-rw-r--r--worker.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker.go b/worker.go
index c7fe136a..30ddc138 100644
--- a/worker.go
+++ b/worker.go
@@ -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. Cmd
+ // provided to worker from outside in non-started form. CmdSource
// stdErr direction will be handled by worker to aggregate error message.
cmd *exec.Cmd