Skip to content

Commit 9522aa0

Browse files
committed
path issue
1 parent 2fe9164 commit 9522aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/LocalBinary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function LocalBinary(){
3030
if(!this.checkPath(destParentDir))
3131
fs.mkdirSync(path);
3232

33-
var binaryPath = destParentDir + './BrowserStackLocal';
33+
var binaryPath = path.join(destParentDir, 'BrowserStackLocal');
3434
var file = fs.createWriteStream(binaryPath);
3535

3636
https.get(this.http_path, function (response) {

0 commit comments

Comments
 (0)