mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-03 19:54:28 +01:00
fix: display fuckup
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user