5 lines
298 B
Gherkin
5 lines
298 B
Gherkin
`tahoe run ...` will now exit when its stdin is closed.
|
|
|
|
This facilitates subprocess management, specifically cleanup.
|
|
When a parent process is running tahoe and exits without time to do "proper" cleanup at least the stdin descriptor will be closed.
|
|
Subsequently "tahoe run" notices this and exits. |