Skip to content
Snippets Groups Projects
Commit 3f77b1ff authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern: Committed by richard
Browse files

fixup! Bug 40597: Implement TorSettings module

Bug 42511: Fixed a typo

TorConnectState.DisabledState -> TorConnectState.Disabled
parent 2b1f695a
Branches
Tags
1 merge request!975Bug 42510&42511: Fix a couple of problems with external tor daemon after the recent refactors
......@@ -723,7 +723,7 @@ class DisabledState extends StateCallback {
allowedTransitions = Object.freeze([]);
constructor() {
super(TorConnectState.DisabledState);
super(TorConnectState.Disabled);
}
async run() {
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment