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
This commit is contained in:
tdzl2003
2016-04-05 08:38:53 +08:00
parent 3da4c52174
commit 67ed31fe98

View File

@@ -219,7 +219,7 @@ async function diffWithPackage(origin, next, output, originBundleName, transform
await enumZipEntries(origin, (entry, zipFile) => { await enumZipEntries(origin, (entry, zipFile) => {
if (!/\/$/.test(entry.fileName)) { if (!/\/$/.test(entry.fileName)) {
const fn = transformPackagePath(entry.fileame); const fn = transformPackagePath(entry.fileName);
if (!fn) { if (!fn) {
return; return;
} }