extension-js / extension.js

🧩 Plug-and-play, zero-config, cross-browser extension development tool.
https://extension.js.org
MIT License
3.46k stars 80 forks source link

Remove invalid args #115

Closed OSpoon closed 1 week ago

OSpoon commented 1 week ago

When the startingUrl option is not passed in, launchArgs will include an empty string as the first argument in the array, but this results in an unexpected phenomenon in the win environment.

2551719549780_ pic