You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> (node:6314) Warning: Closing file descriptor 24 on garbage collection
(Use `node --trace-warnings ...` to show where the warning was created)
(node:6314) [DEP0137] DeprecationWarning: Closing a FileHandle object on garbage collection is deprecated. Please close FileHandle objects explicitly using FileHandle.prototype.close(). In the future, an error will be thrown if a file descriptor is closed during garbage collection.
Edit: This is on Node.js v18.9.0.
The text was updated successfully, but these errors were encountered:
In #58, I presented a few edge cases in which exifr (probably rightly) returns an error in Node.js.
Whether or not it should return an error in those edge cases is debatable. However, it looks like exifr does not free up file descriptors correctly.
Edit: This is on
Node.js v18.9.0.
The text was updated successfully, but these errors were encountered: