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 37abbbf commit 1307ac9Copy full SHA for 1307ac9
.gitignore
@@ -2,3 +2,4 @@ bin/
2
node_modules/
3
browserstack.err
4
*.log
5
+.idea/
lib/Local.js
@@ -227,7 +227,7 @@ function Local(){
227
228
case 'binarypath':
229
if(value)
230
- this.binaryPath = this.sanitizePath(value);
+ this.binaryPath = value;
231
break;
232
233
default:
0 commit comments