Skip to content

Commit 39b63ab

Browse files
authored
Merge pull request #151 from browserstack/LOC-4920-win-binarypath-fix
Windows binarypath param fix and version bump
2 parents 37abbbf + 96aba59 commit 39b63ab

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browserstack-local",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"description": "Nodejs bindings for BrowserStack Local",
55
"engine": "^0.10.44",
66
"main": "index.js",

0 commit comments

Comments
 (0)