isaacs / isexe

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

Use fs.exists on windows to avoid throwing repeated exception #14

Closed BurtHarris closed 2 months ago

BurtHarris commented 7 years ago

Fixes #12

Test suite not working on Windows, so I'm submitting this untested. Sorry

BurtHarris commented 7 years ago

I'm still learning protocol. Do you take care of bumping the version number if this is accepted?