Pier Angelo Vendrame pushed to branch tor-browser-115.12.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
1d8abcb1
by Pier Angelo Vendrame at 2024-06-12T16:01:14+02:00
1 changed file:
Changes:
| ... | ... | @@ -232,11 +232,9 @@ export class TorProvider { | 
| 232 | 232 |          await this.writeSettings(lazy.TorSettings.getSettings());
 | 
| 233 | 233 |        } catch (e) {
 | 
| 234 | 234 |          logger.warn(
 | 
| 235 | -          "Failed to initialize TorSettings or to write our settings, so uninitializing.",
 | |
| 235 | +          "Failed to initialize TorSettings or to write our initial settings. Continuing the initialization anyway.",
 | |
| 236 | 236 |            e
 | 
| 237 | 237 |          );
 | 
| 238 | -        this.uninit();
 | |
| 239 | -        throw e;
 | |
| 240 | 238 |        }
 | 
| 241 | 239 |      }
 | 
| 242 | 240 |