From 9e008e5ec8f14055cdbb1f0968b397695c1d3587 Mon Sep 17 00:00:00 2001 From: Cadence Fish Date: Tue, 18 Feb 2020 15:56:26 +1300 Subject: [PATCH] Revise Tor strings --- src/lib/utils/tor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/utils/tor.js b/src/lib/utils/tor.js index f64750f..dd43a03 100644 --- a/src/lib/utils/tor.js +++ b/src/lib/utils/tor.js @@ -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) } })