Verified Commit ad0782df authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! Bug 40597: Implement TorSettings module

Fix a couple of references to Moat in the generic DomainFrontedRequests
module.
parent cdcb77db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -444,7 +444,7 @@ export class DomainFrontRequestBuilder {

  async init(reflector, front) {
    if (this.#inited) {
      throw new Error("MoatRPC: Already initialized");
      throw new Error("DomainFrontRequestBuilder: Already initialized");
    }

    const meekTransport =
@@ -464,7 +464,7 @@ export class DomainFrontRequestBuilder {

  buildHttpHandler(uriString) {
    if (!this.#inited) {
      throw new Error("MoatRPC: Not initialized");
      throw new Error("DomainFrontRequestBuilder: Not initialized");
    }

    const { proxyType, proxyAddress, proxyPort, proxyUsername, proxyPassword } =