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 3052623 commit d9f8723Copy full SHA for d9f8723
1 file changed
lib/api/file.js
@@ -330,6 +330,7 @@ class FileManagement {
330
}
331
332
if (!info.cr) {
333
+ if (!to) to = (info.len - parseInt(from)) - 1;
334
info.cr = "bytes " + from + '-' + to + '/' + info.len;
335
336
0 commit comments