Commit a9748e08 authored by Travis Fischer's avatar Travis Fischer Committed by GitHub

Merge pull request #134 from gookyn/main

parents ad042d89 e0850dab
...@@ -208,7 +208,7 @@ export async function getBrowser(launchOptions?: PuppeteerLaunchOptions) { ...@@ -208,7 +208,7 @@ export async function getBrowser(launchOptions?: PuppeteerLaunchOptions) {
export const defaultChromeExecutablePath = (): string => { export const defaultChromeExecutablePath = (): string => {
switch (os.platform()) { switch (os.platform()) {
case 'win32': case 'win32':
return 'C:\\ProgramFiles\\Google\\Chrome\\Application\\chrome.exe' return 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe'
case 'darwin': case 'darwin':
return '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome' return '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment