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 dd3a438 commit cb8ec37Copy full SHA for cb8ec37
lib/local.js
@@ -1,7 +1,7 @@
1
var exec = require('child_process').exec,
2
fs = require('fs'),
3
http = require('http'),
4
- windows = (process.platform.match(/win/) != null),
+ windows = ((process.platform.match(/win32/) || process.platform.match(/win64/)) != null),
5
localBinary = __dirname + (windows ? '/BrowserStackTunnel.jar' : '/BrowserStackLocal'),
6
utils = require('./utils'),
7
config = require('./config');
0 commit comments