http-stale-cache-proxy icon indicating copy to clipboard operation
http-stale-cache-proxy copied to clipboard

Not use fs Sync methods

Open hasnat opened this issue 7 years ago • 0 comments

Repo is using fs.mkdirRecursiveSync, fs.existsSync, fs.statSync and fs.renameSync. We should change them to async.

hasnat avatar May 11 '17 07:05 hasnat