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 709fc9b commit baf4a36Copy full SHA for baf4a36
lib/LocalBinary.js
@@ -32,7 +32,7 @@ function LocalBinary(){
32
33
var binaryPath = destParentDir + './BrowserStackLocal';
34
var file = fs.createWriteStream(binaryPath);
35
-
+
36
https.get(this.http_path, function (response) {
37
response.on('end', function () {
38
fs.chmod(binaryPath, '0755', function() {
0 commit comments