Skip to content

Commit 1307ac9

Browse files
committedOct 9, 2023
Fix for binarypath
1 parent 37abbbf commit 1307ac9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ bin/
22
node_modules/
33
browserstack.err
44
*.log
5+
.idea/

‎lib/Local.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ function Local(){
227227

228228
case 'binarypath':
229229
if(value)
230-
this.binaryPath = this.sanitizePath(value);
230+
this.binaryPath = value;
231231
break;
232232

233233
default:

0 commit comments

Comments
 (0)