We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187a7d5 commit 7f64b8dCopy full SHA for 7f64b8d
1 file changed
lib/clients/drive.js
@@ -249,6 +249,7 @@ class RemoteHyperdrive {
249
250
req.setId(this.id)
251
req.setPath(path)
252
+ if (opts.end === 0) opts.length = 1
253
if (opts.start) req.setStart(opts.start)
254
if (opts.length) req.setLength(opts.length)
255
if (opts.end) req.setEnd(opts.end)
0 commit comments