You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor internal getStats() util
Fixes#762
* Proper promise tests for copy()
Our hacky tests don't play well with multiple layers of
callback/promise switching
* Simplify internal checkParentPaths()
* Port improvments to sync methods
This function makes two async stat calls, one after the other:
node-fs-extra/lib/util/stat.js
Lines 29 to 53 in 9bfd380
We could optimize this by making both calls at the same time, then awaiting both.
The text was updated successfully, but these errors were encountered: