Closed BridgeAR closed 6 years ago
The fs calls here swallow errors and that behavior is long deprecated. This will throw from Node.js 10.x on.
It will from now on report the errors back to the error callback.
Reference: https://github.com/nodejs/node/pull/18668#
Ping @glejeune
The fs calls here swallow errors and that behavior is long deprecated. This will throw from Node.js 10.x on.
It will from now on report the errors back to the error callback.
Reference: https://github.com/nodejs/node/pull/18668#