There was an error while loading. Please reload this page.
Error
statSync
For more performant filesystem access, use fs.statSync('', {throwIfNoEntry: false}) to avoid creating Error garbage.
fs.statSync('', {throwIfNoEntry: false})
This is especially good in the resolver codepaths where many, many stat calls are attempted, and most are expected to fail.
For more performant filesystem access, use
fs.statSync('', {throwIfNoEntry: false})to avoid creatingErrorgarbage.This is especially good in the resolver codepaths where many, many stat calls are attempted, and most are expected to fail.