[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-148.0a1-16.0-2] fixup! TB 40933: Add tor-launcher functionality



Title: GitLab

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:

Changes:

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

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx