bugfix for Node 6.x
This commit is contained in:
parent
55878ce3d8
commit
aba7a704a6
@ -99,6 +99,9 @@ function readEntire(entry, zipFile) {
|
||||
},
|
||||
end() {
|
||||
resolve(Buffer.concat(buffers));
|
||||
},
|
||||
prependListener() {
|
||||
|
||||
},
|
||||
on() {
|
||||
},
|
||||
@ -155,7 +158,7 @@ async function diffFromPPK(origin, next, output) {
|
||||
|
||||
function addEntry(fn) {
|
||||
//console.log(fn);
|
||||
if (addedEntry[fn]) {
|
||||
if (!fn || addedEntry[fn]) {
|
||||
return;
|
||||
}
|
||||
const base = basename(fn);
|
||||
|
Loading…
Reference in New Issue
Block a user