ironSource / parquetjs

fully asynchronous, pure JavaScript implementation of the Parquet file format
MIT License
345 stars 173 forks source link

Fixed an unhandled promise rejection on os.close #123

Closed steveeakin closed 5 months ago

steveeakin commented 3 years ago

If you are working with openStream, you can't close it without an unhandled promise rejection.