1
0
Code Issues Pull Requests 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;
} }