christian 4571a14169 android fix | 3 vuotta sitten | |
---|---|---|
.. | ||
node_modules | 3 vuotta sitten | |
index.js | 3 vuotta sitten | |
license | 3 vuotta sitten | |
package.json | 3 vuotta sitten | |
readme.md | 3 vuotta sitten |
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