isaacs / isexe

Minimal module to check if a file is executable.
ISC License
48 stars 17 forks source link

Making this library compatible with Electron #30

Open arcovoltaico opened 1 year ago

arcovoltaico commented 1 year ago

The only way to make this library work with an Electron Angular, was to add this small addition to its package. Sadly, adding it to the package.json on the Electron app or any other config did the trick. So if this addition is not breaking any other user case, please approve my request. Thanks so much.