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 a19ca40 commit 0042515Copy full SHA for 0042515
src/main/java/com/browserstack/local/Local.java
@@ -13,7 +13,7 @@
13
*/
14
public class Local {
15
16
- private static final List<String> IGNORE_KEYS = Arrays.asList("key", "logfile", "binarypath");
+ private static final List<String> IGNORE_KEYS = Arrays.asList("key", "binarypath");
17
18
List<String> command;
19
Map<String, String> startOptions;
0 commit comments