diff --git a/install/generator-cyphernode/generators/app/index.js b/install/generator-cyphernode/generators/app/index.js index b45b53c..5ad5565 100644 --- a/install/generator-cyphernode/generators/app/index.js +++ b/install/generator-cyphernode/generators/app/index.js @@ -152,7 +152,7 @@ module.exports = class extends Generator { } else { let r = {}; - process.stdout.write(reset); + process.stdout.write(clear+reset); while( !r.password0 || !r.password1 || r.password0 !== r.password1 ) { if( r.password0 && r.password1 && r.password0 !== r.password1 ) {