Telling the user how to properly close the app

This commit is contained in:
raven 2023-01-11 16:32:34 -05:00
parent 23b57275e5
commit 61a7e442c9
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ setTimeout(() => {
discovery.flushed().then(() => {
console.log(`joined topic: ${b4a.toString(topic, 'hex')}\n(Share this key to others so they may join.)`)
console.log('You are now in a chatroom for your topic, feel free to chat.\n')
console.log('Want to login to the SSH.SURF API? Type ">login [APIKEY]" to login.\n\n')
console.log('Want to login to the SSH.SURF API? Type ">login [APIKEY]" to login.\nPease close using CTRL+C\n')
})
}, 1000);