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

Avoid UNHANDLED REJECTION error on ctrl-C #32311

Merged
merged 1 commit into from
Jul 12, 2021
Merged

Avoid UNHANDLED REJECTION error on ctrl-C #32311

merged 1 commit into from
Jul 12, 2021

Conversation

karlhorky
Copy link
Contributor

@karlhorky karlhorky commented Jul 9, 2021

Ref #28011

Description

Avoid the UNHANDLED REJECTION write EPIPE error when using ctrl-c

Documentation

Fix, no docs

Related Issues

Closes #28011

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Jul 9, 2021
@KyleAMathews
Copy link
Contributor

Thanks @karlhorky for jumping on this!

Looks like bootstrap is failing on an unrelated problem... I'll let you know when it's fixed.

@KyleAMathews KyleAMathews added type: bug An issue or pull request relating to a bug in Gatsby and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Jul 9, 2021
@vladar vladar added the bot: merge on green Gatsbot will merge these PRs automatically when all tests passes label Jul 12, 2021
@gatsbybot gatsbybot merged commit 48571ef into gatsbyjs:master Jul 12, 2021
@karlhorky
Copy link
Contributor Author

Thanks for the merge @vladar !

Which version of which package should I upgrade to in order to test this?

@LekoArts
Copy link
Contributor

@karlhorky It's published in gatsby@next at the moment and will land as stable in 3.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: merge on green Gatsbot will merge these PRs automatically when all tests passes type: bug An issue or pull request relating to a bug in Gatsby
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: UNHANDLED REJECTION write EPIPE
5 participants