first commit
This commit is contained in:
9
build/node_modules/restore-cursor/index.js
generated
vendored
Normal file
9
build/node_modules/restore-cursor/index.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
var onetime = require('onetime');
|
||||
var exitHook = require('exit-hook');
|
||||
|
||||
module.exports = onetime(function () {
|
||||
exitHook(function () {
|
||||
process.stdout.write('\u001b[?25h');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user