ffprobe-client icon indicating copy to clipboard operation
ffprobe-client copied to clipboard

fix: :bug: stop error information from execFile being lost

Open JoshYouR opened this issue 2 years ago • 0 comments

Context

In using this for my own package, one of my users encountered an error which appears to be coming from ffprobe. However the error message coming from ffprobe-client was not helpful.

Objective

Pass the error object from ffprobe-client directly in all cases, and allow the calling code to deal with parsing the error object.

JoshYouR avatar Oct 02 '22 17:10 JoshYouR