make valid tilde msg again
1 files changed, 1 insertions(+), 1 deletions(-) M chat.js
M chat.js => chat.js +1 -1
@@ 40,7 40,7 @@ tilde.keys().then(keys => { msg = msg + tilde[i] + ' - ' } console.log(chalk.cyan(msg + tilde[tilde.length - 3])) console.log(chalk.magenta(tilde[tilde.length - 2]) + '~' + chalk.blackBright(tilde[tilde.length -1])) console.log('~' + chalk.magenta(tilde[tilde.length - 2]) + '~' + chalk.blackBright(tilde[tilde.length -1])) rl.prompt() })