mirror of
https://github.com/jprichardson/node-fs-extra.git
synced 2026-01-18 16:13:55 +00:00
* Revert "Remove check for fs.realpath.native support, since it's everywhere (#887)" This reverts commit f4a880d29c3a699c0695755fe8533d786c55f65f. * Added warning and fallback support for missing fs.realpath.native Signed-off-by: Lam Wei Li <peteriman@mail.com> * Removed NodeJS check and fs.realpath.native fallback Signed-off-by: Lam Wei Li <peteriman@mail.com> * Leaving original listener intact during test and better phasing for warning Signed-off-by: Lam Wei Li <peteriman@mail.com> * Using done() for proper async test Signed-off-by: Lam Wei Li <peteriman@mail.com> * Updated comments for clarity Co-authored-by: Ryan Zimmerman <17342435+RyanZim@users.noreply.github.com> Co-authored-by: Ryan Zimmerman <17342435+RyanZim@users.noreply.github.com>