1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-02 09:37:57 +01:00
parallel/lib
Aaron Piotrowski 3c0baa4e43
Remove catch of ChannelException
This catch block may hide errors that the user makes. If the parent died, another exception will be generated and caught below when trying to send the ExitFailure object.
2018-10-23 21:28:24 -05:00
..
Context Remove catch of ChannelException 2018-10-23 21:28:24 -05:00
Sync Final all the things! 2018-10-21 10:54:46 -05:00
Worker Forward stdout and stderr from worker to parent 2018-10-23 10:11:16 -05:00