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
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
I am pretty sure following lines would throw
TypeError: iterator is not iterablebecauseyield *expression expects iterable and not an iterator.js-ipfs/packages/ipfs-core-utils/src/files/normalise-input.js
Lines 73 to 82 in 8cb8c73
js-ipfs/packages/ipfs-core-utils/src/files/normalise-input.js
Lines 114 to 122 in 8cb8c73
js-ipfs/packages/ipfs-core-utils/src/files/normalise-input.js
Lines 191 to 199 in 8cb8c73
It is also worrying that no tests seem to catch that.