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
When requesting only metadata (i.e. `{ read: false }`) the check for the `.length` property on the file's contents will fail because the file has no contents. A check is added to deal with this case and a corresponding test has been provided.
Additionally the README has been updated to include an otherwise missing module, and the examples folder now includes an example for just retrieving the metadata.
This fixes#9.
Assuming you figure out that you need the "through2" plugin, the meta task does not work.
It throws an exception:
TypeError: Cannot read property 'length' of null
The text was updated successfully, but these errors were encountered: