Closed tschaub closed 4 weeks ago
Node's fs.exists() never throws. And the fs.existsSync() is called with false on any errors.
fs.exists()
fs.existsSync()
false
Fixes #400.
Node's
fs.exists()
never throws. And thefs.existsSync()
is called withfalse
on any errors.Fixes #400.