Pier Angelo Vendrame pushed to branch tor-browser-148.0a1-16.0-2 at The Tor 
Project / Applications / Tor Browser


Commits:
ba070404 by Pier Angelo Vendrame at 2026-02-26T08:22:46+01:00
fixup! TB 40933: Add tor-launcher functionality

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

- - - - -


1 changed file:

- toolkit/components/tor-launcher/TorProcess.sys.mjs


Changes:

=====================================
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) {



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ba070404be72923b09a94ffd8295c04fe073c9c1

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ba070404be72923b09a94ffd8295c04fe073c9c1
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to