mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-11-02 14:23:10 +08:00
bugfix for Node 6.x
This commit is contained in:
@@ -99,6 +99,9 @@ function readEntire(entry, zipFile) {
|
|||||||
},
|
},
|
||||||
end() {
|
end() {
|
||||||
resolve(Buffer.concat(buffers));
|
resolve(Buffer.concat(buffers));
|
||||||
|
},
|
||||||
|
prependListener() {
|
||||||
|
|
||||||
},
|
},
|
||||||
on() {
|
on() {
|
||||||
},
|
},
|
||||||
@@ -155,7 +158,7 @@ async function diffFromPPK(origin, next, output) {
|
|||||||
|
|
||||||
function addEntry(fn) {
|
function addEntry(fn) {
|
||||||
//console.log(fn);
|
//console.log(fn);
|
||||||
if (addedEntry[fn]) {
|
if (!fn || addedEntry[fn]) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const base = basename(fn);
|
const base = basename(fn);
|
||||||
|
|||||||
Reference in New Issue
Block a user