Pier Angelo Vendrame pushed to branch tor-browser-150.0a1-16.0-2 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • toolkit/components/tor-launcher/TorProviderNone.sys.mjs
    ... ... @@ -2,7 +2,8 @@ import { TorProviderBase } from "moz-src:///toolkit/components/tor-launcher/TorP
    2 2
     
    
    3 3
     const lazy = {};
    
    4 4
     ChromeUtils.defineESModuleGetters(lazy, {
    
    5
    -  TorLauncherUtil: "resource://gre/modules/TorLauncherUtil.sys.mjs",
    
    5
    +  TorLauncherUtil:
    
    6
    +    "moz-src:///toolkit/components/tor-launcher/TorLauncherUtil.sys.mjs",
    
    6 7
     });
    
    7 8
     
    
    8 9
     /**