-
Notifications
You must be signed in to change notification settings - Fork 17
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: support MacOS/Windows in non-headless mode. #7
Conversation
feature: allow the client to set the user data directory
feat(config.Language): allow the user to overwrite system language
Hey man, sorry for the late review, but good work on this PR. I like how you kept the OS specific files lean, that is what I was looking for. Please fix the linting issues, other than that the code looks good |
Unfortunately I don't know what the linter wants...I spent 15 minutes trying to understand what it means |
It wants you to add white space. I'll fix them |
Looks good now, thanks for the work! |
This PR fixes the compilation issue on MacOS and potentially Windows with minimal invasion. It simply moves the ModifyCmdFunc option into a tag specific build(windows,linux,macos) file.
It does not provide support for MacOS and Windows in headless mode but it fails gracefully.
Further support for headless mode on Windows and MacOS can be added in the stub files (i.e. chrome_darwin).