shelljs / shx

Portable Shell Commands for Node
MIT License
1.72k stars 44 forks source link

fs.existsSync is un-deprecated #87

Closed nfischer closed 7 years ago

nfischer commented 7 years ago

Confirmed by this comment. We should probably refactor our code to use the core API instead of our own implementation.

See #509

nfischer commented 7 years ago

I have a fix for this