tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit ba070404be72923b09a94ffd8295c04fe073c9c1
parent ba1e6b524398af22df14a5d29e25bed3d9554735
Author: Pier Angelo Vendrame <pierov@torproject.org>
Date:   Mon, 23 Feb 2026 08:56:50 +0100

fixup! TB 40933: Add tor-launcher functionality

TB 44682: Fix the subprocess object whose pid is printed.

Diffstat:
Mtoolkit/components/tor-launcher/TorProcess.sys.mjs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolkit/components/tor-launcher/TorProcess.sys.mjs b/toolkit/components/tor-launcher/TorProcess.sys.mjs @@ -200,7 +200,7 @@ export class TorProcess { lazy.TorLauncherUtil.log( exitCode !== 0 ? "PARENT-WARN" : "PARENT-INFO", - `The tor process with pid ${this.#subprocess.pid} exited with code ${exitCode}.` + `The tor process with pid ${watched.pid} exited with code ${exitCode}.` ); if (watched !== this.#subprocess) {