tor-browser

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

es6module_throws.js (94B)


      1 function throwFunction() {
      2  throw new Error("Failing with error foobar");
      3 }
      4 throwFunction();