mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
Fix travis errors
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user