http-stale-cache-proxy
http-stale-cache-proxy copied to clipboard
Not use fs Sync methods
Repo is using fs.mkdirRecursiveSync
, fs.existsSync
, fs.statSync
and fs.renameSync
. We should change them to async.