Update ValidationEngine.java
This commit is contained in:
parent
a05b69288f
commit
213cd931f9
|
@ -584,7 +584,7 @@ public class ValidationEngine implements IValidatorResourceFetcher, IValidationP
|
|||
// available for other resources to depend on. if it fails to load, there'll be an error if there's
|
||||
// something that should've been loaded
|
||||
for (SourceFile ref : refs) {
|
||||
if (ref.isProcess() || all) {
|
||||
if (ref.isProcess() || all && !ref.isKnownToBeMissing()) {
|
||||
ref.setCnt(igLoader.loadContent(ref.getRef(), "validate", false, first));
|
||||
if (loader != null && ref.getCnt() != null) {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue