Commit 6e9b4ef5 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! Bug 40597: Implement TorSettings module

Bug 42511: Fixed a typo

TorConnectState.DisabledState -> TorConnectState.Disabled
parent 7cd25fc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -722,7 +722,7 @@ class DisabledState extends StateCallback {
  allowedTransitions = Object.freeze([]);

  constructor() {
    super(TorConnectState.DisabledState);
    super(TorConnectState.Disabled);
  }

  async run() {