Skip to content

stream: readable throw unhandled error

If autoDestroy then we should still throw on unhandled errors.

Currently, since autoDestroy will only emit error once, will cause the error not to end up as unhandled.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading