Pier Angelo Vendrame pushed to branch tor-browser-153.1.0esr-16.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
66acc554
by Pier Angelo Vendrame at 2026-08-26T16:00:06+02:00
1 changed file:
Changes:
| ... | ... | @@ -566,7 +566,7 @@ export class TorController { |
| 566 | 566 | self.#handleNotification(message);
|
| 567 | 567 | },
|
| 568 | 568 | onClosed() {
|
| 569 | - self.onClosed();
|
|
| 569 | + self.#eventHandler?.onClosed();
|
|
| 570 | 570 | },
|
| 571 | 571 | };
|
| 572 | 572 | this.#socket.start(receiver);
|