mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-25 17:04:01 +00:00
note
This commit is contained in:
parent
40386dd602
commit
bda55700ba
1 changed files with 3 additions and 0 deletions
|
|
@ -76,6 +76,9 @@ func OpenInboundHalfPipe(commandString string) (*os.File, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
// xxx comment somewhere
|
||||
// https://stackoverflow.com/questions/47486128/why-does-io-pipe-continue-to-block-even-when-eof-is-reached
|
||||
|
||||
// xxx comment
|
||||
go func(process *os.Process, readPipe *os.File) {
|
||||
_, err := process.Wait()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue