caoge c760052ff9 机车状态修改 | 8 months atrás | |
---|---|---|
.. | ||
index.js | 8 months atrás | |
license | 8 months atrás | |
package.json | 8 months atrás | |
readme.md | 8 months atrás |
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