Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(command_util): handle large prints to stderr
This commit reverts the changes that are made in 231de91 and 064dbea Radiance has a specific way of handling warnings and it can print large amount of data to stderr during the command execution which can result in the command hanging for ever. This change reverts back to this commit (9c1fd04#diff-ba32be4c87f001d23e893532290ec28a66c901ff8667d4d3f60d6630838de1e2) which has been working fine for the last year and adds an exception for the edge case which was failing.
- Loading branch information