We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npx @inquirer/prompts@latest
npx inquirer-demo
We should handle process.on('exit', () => {}) and rl.on('SIGINT', () => {}) like previously does:
process.on('exit', () => {})
rl.on('SIGINT', () => {})
Inquirer.js/packages/inquirer/lib/ui/baseUI.js
Lines 20 to 24 in b7447a8
@SBoudrias Where should I place the code? Can I put the code to the constructor of class ScreenManager?
constructor
class ScreenManager
The text was updated successfully, but these errors were encountered:
23c2a4b
Chore (core): Cleanup force exit handling and test it. Rel to #1237 #…
09539fa
…1114
No branches or pull requests
How to reproduce
npx @inquirer/prompts@latest
or runnpx inquirer-demo
under the project.Details
We should handle
process.on('exit', () => {})
andrl.on('SIGINT', () => {})
like previously does:Inquirer.js/packages/inquirer/lib/ui/baseUI.js
Lines 20 to 24 in b7447a8
@SBoudrias Where should I place the code? Can I put the code to the
constructor
ofclass ScreenManager
?Related issues
The text was updated successfully, but these errors were encountered: