Fixed linting issues

pull/383/head
Oliver foster 4 years ago
parent e55055534f
commit a54868776d

@ -382,7 +382,8 @@ class Parser {
const platformMatchingDefinition = Utils.find(
platformsAndOSNames,
name => (this.isPlatform(name)));
name => (this.isPlatform(name)),
);
if (platformMatchingDefinition) {
const platformResult = this.satisfies(platformsAndOSes[platformMatchingDefinition]);

Loading…
Cancel
Save