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(cli-repl): fix prompt TTY raw mode toggling MONGOSH-1667 #1857

Merged
merged 2 commits into from
Mar 7, 2024
Merged

Conversation

addaleax
Copy link
Contributor

@addaleax addaleax commented Mar 6, 2024

Avoid interaction between TTY raw mode toggling done by the prompt and TTY raw mode toggling done by our/the Node.js REPL implementation by ensuring that prompts always run in the fully asynchronous part of REPL evaluation.

Avoid interaction between TTY raw mode toggling done by the
prompt and TTY raw mode toggling done by our/the Node.js REPL
implementation by ensuring that prompts always run in the
fully asynchronous part of REPL evaluation.
@addaleax addaleax merged commit fcc77f0 into main Mar 7, 2024
55 of 59 checks passed
@addaleax addaleax deleted the 1667-dev branch March 7, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants