next.js
13436ba6
- refactor: use `fs.existsSync` instead of `accessSync` (#55675)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
refactor: use `fs.existsSync` instead of `accessSync` (#55675) There is no need to have accessSync since it throws an error, and creation of errors are costly.
References
#55675 - refactor: use `fs.existsSync` instead of `accessSync`
Author
anonrig
Parents
2053bef9
Loading