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());
|
||||
loader.loadPackage(npm, true);
|
||||
if (scope == ExpansionPackageGeneratorScope.ALL_IGS) {
|
||||
for (NpmPackage p : loader.getPackageList()) {
|
||||
// nothing?
|
||||
}
|
||||
// for (NpmPackage p : loader.getPackageList()) {
|
||||
// // nothing?
|
||||
// }
|
||||
}
|
||||
}
|
||||
list.add(npm);
|
||||
|
|
Loading…
Reference in New Issue