FreeAllMedia / stimpak

An easy-to-use system for defining, discovering, and re-using code, text, and workflow patterns
http://stimpak.io
MIT License
8 stars 1 forks source link

SIGINT hooks fail because of readline in Inquirer.js #26

Open dcrockwell opened 8 years ago

dcrockwell commented 8 years ago

We need to use .on("beforeExit") until this nodejs bug is solved: https://github.com/nodejs/node/issues/4758