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.
1 parent f96c4f1 commit baa469aCopy full SHA for baa469a
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