stream-log-stats
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -21,3 +21,3 @@ "use strict"; | ||
if (visible) { | ||
dope.cursorLinesUp(previouslyRenderedLines); | ||
dope.cursorLinesUp(previouslyRenderedLines + (process.platform === "win32" ? 1 : 0)); | ||
} else { | ||
@@ -24,0 +24,0 @@ visible = true; |
{ | ||
"name": "stream-log-stats", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Prints statistics from the incoming web log stream to the console", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/75lb/stream-log-stats.git", |
Sorry, the diff of this file is not supported yet
10422