Skip to content

Commit 1e8729b

Browse files
committed
Minor fix
1 parent 89c3897 commit 1e8729b

File tree

1 file changed

+2
-2
lines changed
  • BrowserStackLocalExample/BrowserStackExample

1 file changed

+2
-2
lines changed

BrowserStackLocalExample/BrowserStackExample/Example.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ static void Main(string[] args)
1818
new KeyValuePair<string, string>("key", BROWSERSTACK_ACCESS_KEY),
1919
new KeyValuePair<string, string>("forcelocal", "true"),
2020
new KeyValuePair<string, string>("verbose", "true"),
21-
// new KeyValuePair<string, string>("binarypath", "C:\\Users\\Admin\\Desktop\\BrowserStackLocal.exe"),
22-
// new KeyValuePair<string, string>("logfile", "C:\\Users\\Admin\\Desktop\\local.log"),
21+
new KeyValuePair<string, string>("binarypath", "C:\\Users\\Admin\\Desktop\\BrowserStackLocal.exe"),
22+
new KeyValuePair<string, string>("logfile", "C:\\Users\\Admin\\Desktop\\local.log"),
2323
};
2424
local.start(bsLocalArgs);
2525

0 commit comments

Comments
 (0)