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

fix: rejects readline question promise on abortion #53574

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DanielVenable
Copy link

Closes #53497

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. readline Issues and PRs related to the built-in readline module. labels Jun 24, 2024
@DanielVenable
Copy link
Author

I realize this is a breaking change. Anyone know if readline question should always reject when the interface is closed, or only when closed with ctl+C or ctl+D?

@benjamingr
Copy link
Member

or only when closed with ctl+C or ctl+D?

The latter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-ci PRs that need a full CI run. readline Issues and PRs related to the built-in readline module.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Promise readline question results in unsettled promise on abortion
3 participants