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 b41cd14 commit 85a7c9dCopy full SHA for 85a7c9d
lib/LocalBinary.js
@@ -22,7 +22,7 @@ function LocalBinary(){
22
23
this.download = function(destParentDir, callback){
24
if(!this.checkPath(destParentDir))
25
- fs.mkdirSync(path);
+ fs.mkdirSync(destParentDir);
26
27
var binaryPath = path.join(destParentDir, 'BrowserStackLocal');
28
var file = fs.createWriteStream(binaryPath);
0 commit comments