JohnSundell / ShellOut

Easily run shell commands from a Swift script or command line tool
MIT License
872 stars 85 forks source link

Fix disposable handlers. #5

Closed yageek closed 7 years ago

yageek commented 7 years ago

Instead of correctly dispose the handlers for the created Pipe, the STDERR and STDOUT were disposed.

See: https://developer.apple.com/reference/foundation/filehandle/1412413-readabilityhandler