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 FS(A) to Node adapter is used and .createReadStream() execute a range read, where range starts after the file end, it should return an empty buffer and close the stream. Now it throws an unhandled Uint8Array read range error.
When FS(A) to Node adapter is used and
.createReadStream()execute a range read, where range starts after the file end, it should return an empty buffer and close the stream. Now it throws an unhandled Uint8Array read range error.