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
1 changed file:
Changes:
| ... | ... | @@ -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) {
|