microsoft / inshellisense

IDE style command line auto complete
MIT License
8.22k stars 180 forks source link

fix: generator when script is provided as array #125

Closed cpendery closed 6 months ago

cpendery commented 6 months ago

Fixes the failure of a generator when the script is provided as a javascript array of arguments. Additionally logs the failure for easier debugging.

Closes #48