awesome-logging
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -27,3 +27,3 @@ "use strict"; | ||
if (cursorVisible) { | ||
// process.stdout.write(`${CONTROL_PREFIX}?25l`); | ||
process.stdout.write(exports.CONTROL_PREFIX + "?25l"); | ||
cursorVisible = false; | ||
@@ -30,0 +30,0 @@ } |
{ | ||
"name": "awesome-logging", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Advanced logging messages, interactive prompts, loading animations and more in TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
127705