@coffeekraken/scripts-stack
Advanced tools
Comparing version 0.0.28 to 0.0.29
{ | ||
"name": "@coffeekraken/scripts-stack", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"description": "Nice terminal interface to handle npm/yarn scripts execution as well as watch and run automatically the wanted ones", | ||
@@ -5,0 +5,0 @@ "homepage": "https://coffeekraken.io", |
@@ -540,3 +540,3 @@ const path = require("path"); | ||
this.screen.$consoleBox.setContent(script.stack.join("") || ''); | ||
this.screen.$consoleBox.scroll(99999999999); | ||
this.screen.$consoleBox.setScrollPerc(100); | ||
@@ -618,3 +618,3 @@ // mark the script as read | ||
} | ||
this.screen.$consoleBox.scroll(99999999999); | ||
this.screen.$consoleBox.setScrollPerc(100); | ||
this._renderScreen(); | ||
@@ -621,0 +621,0 @@ }); |
474437