mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-12-11 06:36:31 +00:00
Revise Tor strings
This commit is contained in:
parent
608b3a34fc
commit
9e008e5ec8
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue