-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fs.exists with other fileSystem alternatives (#159)
* chore: replace fs.existsSync with fs.accessSync fs.exists is deprecated starting from node12. * chore: replace fs.exists with fs.stat in memory-handler fs.exists is deprecated starting from node 12 * revert: replacing fs.existsSync as it is not deprecated
- Loading branch information
1 parent
5282800
commit f94e325
Showing
1 changed file
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters