1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Fix travis errors

This commit is contained in:
Oliver foster
2019-12-19 10:45:33 +00:00
parent 97aa1e1972
commit e55055534f
2 changed files with 14 additions and 12 deletions

View File

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