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 852e31a commit 222e3a2Copy full SHA for 222e3a2
src/main/java/com/browserstack/local/Local.java
@@ -19,7 +19,7 @@ public class Local {
19
20
private final Map<String, String> parameters;
21
22
- public Local() throws Exception {
+ public Local() {
23
parameters = new HashMap<String, String>();
24
parameters.put("v", "-vvv");
25
parameters.put("f", "-f");
0 commit comments