compile fix
This commit is contained in:
parent
ed26b37fb1
commit
d455a81029
|
@ -487,9 +487,9 @@ public class PackageReGenerator {
|
||||||
var loader = new IgLoader(pcm, (SimpleWorkerContext) context, context.getVersion());
|
var loader = new IgLoader(pcm, (SimpleWorkerContext) context, context.getVersion());
|
||||||
loader.loadPackage(npm, true);
|
loader.loadPackage(npm, true);
|
||||||
if (scope == ExpansionPackageGeneratorScope.ALL_IGS) {
|
if (scope == ExpansionPackageGeneratorScope.ALL_IGS) {
|
||||||
for (NpmPackage p : loader.getPackageList()) {
|
// for (NpmPackage p : loader.getPackageList()) {
|
||||||
// nothing?
|
// // nothing?
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
list.add(npm);
|
list.add(npm);
|
||||||
|
|
Loading…
Reference in New Issue