You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments