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

Commits:

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