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

feat: Include path to chrome log file in failed to connect message #153

Merged
merged 2 commits into from
May 2, 2024

Conversation

gadenbuie
Copy link
Member

@gadenbuie gadenbuie commented May 2, 2024

When we fail to launch chrome, we print already out the contents of stderr in the error message. But there are often important details hidden in the stdout logs.

This PR adds the full path to the log file with the lines printed to stdout in the error message when chrome fails to launch.

Fixes #151

When we fail to launch chrome, we print out the contents of stderr in the error message. But there are often important details hidden in the stdout logs.

This PR adds the full path to the log file with the lines printed to stdout in the error message when chrome fails to launch.
@gadenbuie gadenbuie requested review from wch and kevinushey May 2, 2024 17:37
R/chrome.R Show resolved Hide resolved
@wch wch merged commit ea07a6a into main May 2, 2024
11 of 12 checks passed
@wch wch deleted the gadenbuie-patch-1 branch May 2, 2024 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve error message on failure to launch
3 participants