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 c91e77b commit 379d1a9Copy full SHA for 379d1a9
src/main/java/com/browserstack/local/LocalBinary.java
@@ -80,7 +80,7 @@ private boolean validateBinary() throws LocalException{
80
81
boolean validBinary = Pattern.matches("BrowserStack Local version \\d+\\.\\d+", stdout);
82
83
- return binaryValid;
+ return validBinary;
84
}catch(IOException ex){
85
throw new LocalException(ex.toString());
86
}
0 commit comments