parquetjs icon indicating copy to clipboard operation
parquetjs copied to clipboard

If there is an error in transform -> pass error to callback

Open ZJONSSON opened this issue 7 years ago • 4 comments

closes https://github.com/ironSource/parquetjs/issues/45

The error will in turn be emitted as an error event

ZJONSSON avatar Feb 02 '18 02:02 ZJONSSON

Any chance this can be merged?

ed-sparkes avatar Jul 23 '20 08:07 ed-sparkes

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.

emranuddin75 avatar Jul 23 '20 13:07 emranuddin75

Ideally errors would be Error objects, not a string; but, I agree, anything merged would be a welcomed improvement.

samsullivan avatar Sep 01 '20 22:09 samsullivan

Hello, I am facing an issue with the unhandled rejection, is it possible to merge this PR?

sambonbonne avatar Aug 24 '21 09:08 sambonbonne