Commit 57564466 authored by clairehurst's avatar clairehurst 🌱 Committed by Pier Angelo Vendrame
Browse files

fixup! TB 40933: Add tor-launcher functionality

parent 18d2cafe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ export class TorProcessAndroid {
      type: TorOutgoingEvents.stop,
      handle: this.#processHandle,
    });
    logger.debug("Sent the start event.");
    logger.debug("Sent the stop event.");
    this.#processHandle = null;
    lazy.EventDispatcher.instance.unregisterListener(
      this,