Fix various linter errors
This commit is contained in:
@@ -152,7 +152,7 @@ async function tarPack(dataLayout, encryption, uploader, progressCallback) {
|
||||
const hash = new HashStream();
|
||||
const destStream = uploader.createStream();
|
||||
|
||||
let pipeline = null;
|
||||
let pipeline;
|
||||
if (encryption) {
|
||||
const encryptStream = new EncryptStream(encryption);
|
||||
pipeline = safe(stream.pipeline(pack, gzip, encryptStream, ps, hash, destStream));
|
||||
|
||||
Reference in New Issue
Block a user