paulmillr / readdirp

Recursive version of fs.readdir with streaming api.
https://paulmillr.com
MIT License
378 stars 51 forks source link

Check if running on Electron (#99) #102

Closed ashthespy closed 5 years ago

ashthespy commented 5 years ago

This works on my current Atom (1.39 running on Electron 3.1.10) FWIW,not sure how useful this is, as Atom stable will be Electron 4.x soon https://github.com/atom/atom/pull/19373 but then again, not sure what VS Code's electron upgrade timeline is..

paulmillr commented 5 years ago

I think #101 fixes this — could you try current master?

ashthespy commented 5 years ago

@paulmillr Works for me!