Closed BridgeAR closed 6 years ago
Using async fs functions without callbacks is deprecated and will throw in future versions. This adds a callback and checks that it does not error.
Refs: https://github.com/nodejs/node/pull/18668
Tests pass, thanks for the PR!
Using async fs functions without callbacks is deprecated and will throw in future versions. This adds a callback and checks that it does not error.
Refs: https://github.com/nodejs/node/pull/18668