mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 16:17:29 +00:00
Revise Tor strings
This commit is contained in:
parent
608b3a34fc
commit
9e008e5ec8
@ -54,7 +54,7 @@ module.exports = new Promise(resolve => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("Starting tor...")
|
console.log("Starting Tor...")
|
||||||
|
|
||||||
tor.once("ready", () => {
|
tor.once("ready", () => {
|
||||||
tor.getInfo("net/listeners/socks", (err, result) => {
|
tor.getInfo("net/listeners/socks", (err, result) => {
|
||||||
@ -73,7 +73,7 @@ module.exports = new Promise(resolve => {
|
|||||||
console.log(...arguments)
|
console.log(...arguments)
|
||||||
})
|
})
|
||||||
} else {
|
} 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)
|
resolve(null)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user