caoge c760052ff9 机车状态修改 | hace 8 meses | |
---|---|---|
.. | ||
index.js | hace 8 meses | |
license | hace 8 meses | |
package.json | hace 8 meses | |
readme.md | hace 8 meses |
Gracefully restore the CLI cursor on exit
Prevent the cursor you've hidden interactively from remaining hidden if the process crashes.
$ npm install --save restore-cursor
const restoreCursor = require('restore-cursor');
restoreCursor();
MIT © Sindre Sorhus