diffy icon indicating copy to clipboard operation
diffy copied to clipboard

diff should not ignore errors

Open aptituz opened this issue 10 years ago • 1 comments

If diff is failing for any reason (e.g. because of wrong arguments when providing them via diff_options) the diff method is silently failing, returning no diff but no error message either. That's probably because it's not evaluating stderr nor return code in the block where diff output is being processed.

aptituz avatar Oct 19 '15 14:10 aptituz

Fixed in https://github.com/samg/diffy/pull/98

mainameiz avatar Oct 31 '18 14:10 mainameiz