Fix various linter errors
This commit is contained in:
+1
-1
@@ -271,7 +271,7 @@ class S3MultipartDownloadStream extends Readable {
|
||||
}
|
||||
|
||||
_nextDownload() {
|
||||
let len = 0;
|
||||
let len;
|
||||
if (this._readSize + this._blockSize < this._fileSize) {
|
||||
len = this._blockSize;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user