summaryrefslogtreecommitdiff
path: root/internal/io/run/run.go
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2020-03-18 17:37:05 +0000
committerPaul Buetow <pbuetow@mimecast.com>2020-03-18 17:37:05 +0000
commit077af4d92fe318f8383b026e92f05390d764830a (patch)
tree8ff8153c7ce261ea50ef106bf130a2f310e63506 /internal/io/run/run.go
parent68aa3c09209d9280e36b072540be2e5acbee2f64 (diff)
make lint and vet happyv2.2.0
Diffstat (limited to 'internal/io/run/run.go')
-rw-r--r--internal/io/run/run.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/io/run/run.go b/internal/io/run/run.go
index 4d57f9f..2bb3756 100644
--- a/internal/io/run/run.go
+++ b/internal/io/run/run.go
@@ -112,6 +112,7 @@ func (r Run) pipeToLines(commandExited chan struct{}, wg *sync.WaitGroup, pid in
select {
case <-commandExited:
return
+ default:
}
continue
}