1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2024-09-28 23:07:30 +00:00

Revise Tor strings

This commit is contained in:
Cadence Fish 2020-02-18 15:56:26 +13:00
parent 608b3a34fc
commit 9e008e5ec8
No known key found for this signature in database
GPG Key ID: 81015DF9AA8607E1

View File

@ -54,7 +54,7 @@ module.exports = new Promise(resolve => {
})
}
console.log("Starting tor...")
console.log("Starting Tor...")
tor.once("ready", () => {
tor.getInfo("net/listeners/socks", (err, result) => {
@ -73,7 +73,7 @@ module.exports = new Promise(resolve => {
console.log(...arguments)
})
} else {
console.log("Note: Tor functionality not installed. You may wish to run `npm install @deadcanaries/granax`. (78+ MB download required.)")
console.log("Note: Tor functionality not installed. You may wish to run `npm install`. (78+ MB download required.)")
resolve(null)
}
})