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 2fe9164 commit 9522aa0Copy full SHA for 9522aa0
lib/LocalBinary.js
@@ -30,7 +30,7 @@ function LocalBinary(){
30
if(!this.checkPath(destParentDir))
31
fs.mkdirSync(path);
32
33
- var binaryPath = destParentDir + './BrowserStackLocal';
+ var binaryPath = path.join(destParentDir, 'BrowserStackLocal');
34
var file = fs.createWriteStream(binaryPath);
35
36
https.get(this.http_path, function (response) {
0 commit comments