GeoFS-Extensions / autoland

Accessible plugins for GeoFS, an online flight simulator.
https://geofsautoland.wixsite.com/autoland
GNU General Public License v3.0
6 stars 2 forks source link

BUG: Options are undefined #118

Closed Guy-Adler closed 2 years ago

Guy-Adler commented 2 years ago

Describe the bug The scripts are not loading; In fact, the entire extension is behaving pretty badly.

To Reproduce

  1. Install the latest build (from 81-monorepo-integration).
  2. Go to chrome://extensions (or any other chromium extension page) and watch the error.

Screenshots image

Desktop (please complete the following information):

nicolas377 commented 2 years ago

This probably popped up in e5725de066c3fc01049c2e7a589392107df207d4, with me defining options on line 96 with an IIFE.

nicolas377 commented 2 years ago

I've committed an attempted fix to main. Unfortunately, my pc's wifi broke down, and I need to go to bed, so I wrote a quick python script to run git push until it succeeds. Hopefully, the changes will land of main in a few hours.