Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs: undeprecate exists() and existsSync()
fs.exists() and fs.existsSync() were deprecated in #103. This commit removes the deprecation message, in order to stay more in sync with joyent/node for the io.js 1.0.0 release. Fixes: #257 PR-URL: #307 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Bert Belder <bertbelder@gmail.com>
- Loading branch information