tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

xbundle.js (146B)


      1 "use strict";
      2 
      3 setInterval(function () {
      4 console.log("about to throw");
      5 throw new Error('error');
      6 }, 1000);
      7 //# sourceMappingURL=xbundle.js.map