We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c2df5 commit fedc76aCopy full SHA for fedc76a
chrome-launcher/chrome-finder.ts
@@ -107,8 +107,7 @@ export function linux() {
107
];
108
executables.forEach((executable: string) => {
109
try {
110
- const chromePath =
111
- execFileSync('which', [executable]).toString().split(newLineRegex)[0];
+ const chromePath = execFileSync('which', [executable]).toString().split(newLineRegex)[0];
112
113
if (canAccess(chromePath)) {
114
installations.push(chromePath);
0 commit comments