compile fix

This commit is contained in:
Grahame Grieve 2025-01-27 22:59:09 +11:00
parent ed26b37fb1
commit d455a81029
1 changed files with 3 additions and 3 deletions

View File

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