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 1edd192 commit 836a15cCopy full SHA for 836a15c
cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/ChromeLauncher.java
@@ -77,7 +77,8 @@ public class ChromeLauncher implements AutoCloseable {
77
"/Applications/Chromium.app/Contents/MacOS/Chromium",
78
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
79
"/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary",
80
- "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe"
+ "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe",
81
+ "C:/Program Files/Google/Chrome/Application/chrome.exe"
82
};
83
84
private Process chromeProcess;
0 commit comments