Merge pull request #13675 from Artazor/fix-13674

fixes #13674
This commit is contained in:
Mohamed Hegazy 2017-01-25 09:29:21 -08:00 committed by GitHub
commit 73735b71ff

View File

@ -315,7 +315,6 @@ if (browser === "chrome") {
let defaultChromePath = "";
switch (os.platform()) {
case "win32":
case "win64":
defaultChromePath = "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe";
break;
case "darwin":