Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Show Tor version in about:brave
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Jun 25, 2018
1 parent c9fd9c0 commit 50e1760
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/filtering.js
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,9 @@ function setupTor () {
torDaemon.on('launch', (socksAddr) => {
const version = torDaemon.getVersion()
console.log(`tor: daemon listens on ${socksAddr}, version ${version}`)
if (version) {
appActions.setVersionInfo('Tor', version)
}
const bootstrapped = (err, progress) => {
if (err) {
onTorFail(`Tor bootstrap error: ${err}`)
Expand Down

0 comments on commit 50e1760

Please sign in to comment.