1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-02 14:23:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

bugfix for Node 6.x

This commit is contained in:
DengYun
2016-10-31 19:12:23 +08:00
parent 55878ce3d8
commit aba7a704a6

View File

@@ -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);