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

move close too quickly check into CLI (DISPLAY re-try) #4186

Merged
merged 1 commit into from May 13, 2019

Conversation

bahmutov
Copy link
Contributor


if (shouldRetryOnDisplayProblem && code === POTENTIAL_DISPLAY_PROBLEM_EXIT_CODE) {
if (shouldRetryOnDisplayProblem &&
isPotentialDisplayProblem(os.platform(), process.env.DISPLAY, code, elapsed)) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

now this should work with both debug version of Electron in the monorepo and with compiled Cypress binary app

@bahmutov bahmutov requested a review from kuceb May 13, 2019 20:55
@bahmutov bahmutov merged commit b219189 into develop May 13, 2019
@@ -317,6 +317,24 @@ cd packages/desktop-gui
npm rebuild node-sass
```

#### Docker for built binary
Copy link
Member

Choose a reason for hiding this comment

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

@bahmutov Don't we already have a docker script that does this?

It's just npm run docker. Am I misunderstanding?

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.

None yet

3 participants