Skip to content

Commit

Permalink
Merge pull request #151 from browserstack/LOC-4920-win-binarypath-fix
Browse files Browse the repository at this point in the history
Windows binarypath param fix and version bump
  • Loading branch information
punitx authored Oct 9, 2023
2 parents 37abbbf + 96aba59 commit 39b63ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ bin/
node_modules/
browserstack.err
*.log
.idea/
2 changes: 1 addition & 1 deletion lib/Local.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function Local(){

case 'binarypath':
if(value)
this.binaryPath = this.sanitizePath(value);
this.binaryPath = value;
break;

default:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browserstack-local",
"version": "1.5.4",
"version": "1.5.5",
"description": "Nodejs bindings for BrowserStack Local",
"engine": "^0.10.44",
"main": "index.js",
Expand Down

0 comments on commit 39b63ab

Please sign in to comment.