Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(launcher): also support relative userDataDir on headless Windows #6506

Merged
merged 1 commit into from Oct 13, 2020

Conversation

vogler
Copy link
Contributor

@vogler vogler commented Oct 12, 2020

Launching headless with a relative userDataDir hangs on Windows.
Fix by calling path.resolve (idempotent) to add an absolute path
instead in defaultArgs.

Issues: #3453

Launching headless with a relative `userDataDir` hangs on Windows.
Fix by calling `path.resolve` (idempotent) to add an absolute path
instead in `defaultArgs`.

Issues: puppeteer#3453
@google-cla google-cla bot added the cla: yes label Oct 12, 2020
@mathiasbynens mathiasbynens merged commit f3086d7 into puppeteer:main Oct 13, 2020
@vogler
Copy link
Contributor Author

vogler commented Oct 13, 2020

Thanks! Issue #3453 can be closed then.
I didn't change the path for Firefox - maybe worth checking if it works fine with relative paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants