christian 4571a14169 android fix | před 3 roky | |
---|---|---|
.. | ||
node_modules | před 3 roky | |
index.js | před 3 roky | |
license | před 3 roky | |
package.json | před 3 roky | |
readme.md | před 3 roky |
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