Mars
Results
3
comments of
Mars
Apologies
Unfortunately, the issues still occurs as of firefox 127.0b5 when run with `web-ext run --no-reload --source-dir ./dist --firefox=beta -v ` [err.log](https://github.com/mozilla/web-ext/files/15431146/err.log)
Without the `--no-reload` flag, firefox also fails to quit on Ctrl-c Modifying `exit()` in firefox-desktop.js ```js console.log(`Kill? ${this.runningInfo.firefox.kill()}`); ``` shows that kill() returned false.