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

Update error message to point to existing docs #582

Closed
wants to merge 1 commit into from

Conversation

joshsaintjacque
Copy link

This change edits the suggested documentation message so that it points to a valid URL.

It makes sense that eventually we should write a troubleshooting doc. In the meantime, I think this is a reasonable alternative. Happy to point it somewhere else if it's desired.

This change edits the suggested documentation message so that it points to a valid URL.

It makes sense that eventually we should write a troubleshooting doc. In the meantime, I think this is a reasonable alternative. Happy to point it somewhere else if it's desired.
@@ -166,7 +166,7 @@ export function waitForLine(process: childProcess.ChildProcess, inputStream: str
'Failed to launch browser!' + (error ? ' ' + error.message : ''),
stderr,
'',
'TROUBLESHOOTING: https://github.com/Microsoft/playwright/blob/master/docs/troubleshooting.md',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's drop this line altogether as it makes little sense for troubleshooting anyway? We can refine the message later once we have meaningful instructions.

@JoelEinbinder
Copy link
Contributor

Thanks for the PR!

I have a competing patch at #605

@aslushnikov
Copy link
Collaborator

Closing this in favor of #605: we do need troubleshooting, it's pretty helpful.

@joshsaintjacque
Copy link
Author

Thanks all!

sand4rt pushed a commit to sand4rt/playwright that referenced this pull request Dec 21, 2022
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
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.

4 participants