parquetjs
parquetjs copied to clipboard
If there is an error in transform -> pass error to callback
closes https://github.com/ironSource/parquetjs/issues/45
The error will in turn be emitted as an error event
Any chance this can be merged?
Its a useful change to merge in, and would be very much appreciated to capture the rejection rather than silently dying. Let me now when that would likely to be merged so that i can harden the code.
Ideally errors would be Error objects, not a string; but, I agree, anything merged would be a welcomed improvement.
Hello, I am facing an issue with the unhandled rejection, is it possible to merge this PR?