.
original commit: 0ed2ce841d18ed2f54bb6481d818cb91a36e5ddd
This commit is contained in:
parent
303d5b9892
commit
88792b68a8
|
@ -115,7 +115,9 @@
|
|||
[it (streamify-in cin in #t)]
|
||||
[et (streamify-out cerr err #t)])
|
||||
(subprocess-wait subp)
|
||||
(break-thread it) ; stop piping output to subprocess
|
||||
(when it
|
||||
;; stop piping output to subprocess
|
||||
(break-thread it))
|
||||
;; wait for other pipes to run dry:
|
||||
(when (thread? ot)
|
||||
(thread-wait ot))
|
||||
|
|
Loading…
Reference in New Issue
Block a user