[tbb-commits] [tor-launcher/master] Bug 40773: Update the about:torconnect frontend page to match additional UI flows
richard at torproject.org
richard at torproject.org
Wed Feb 23 16:35:28 UTC 2022
commit 7e084357e9a5c24592db6f6f9f536073cb3f0033
Author: Pier Angelo Vendrame <pierov at torproject.org>
Date: Fri Feb 18 09:50:01 2022 +0100
Bug 40773: Update the about:torconnect frontend page to match additional UI flows
---
src/components/tl-process.js | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/components/tl-process.js b/src/components/tl-process.js
index 51369a6..d57092e 100644
--- a/src/components/tl-process.js
+++ b/src/components/tl-process.js
@@ -344,6 +344,11 @@ TorProcessService.prototype =
this.mLastTorWarningReason = null;
},
+ _TorSetBootstrapErrorForDebug: function()
+ {
+ this.mBootstrapErrorOccurred = true;
+ },
+
// Private Member Variables ////////////////////////////////////////////////
mTorProcessStatus: 0, // kStatusUnknown
More information about the tbb-commits
mailing list