We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f96c4f1 + baa469a commit e5d15b5Copy full SHA for e5d15b5
lib/services/platform-service.ts
@@ -191,7 +191,7 @@ export class PlatformService implements IPlatformService {
191
});
192
parser.parseFromString(fileContents, "text/xml");
193
xmlHasErrors = xmlHasErrors || hasErrors;
194
- if (xmlHasErrors) {
+ if (hasErrors) {
195
this.$logger.warn(`${file} has syntax errors.`);
196
this.$logger.out(errorOutput);
197
}
0 commit comments