Closed mserranom closed 5 years ago
fs.rename now requires a callback, after upgrading from v6 to v10:
fs.rename
https://github.com/nodejs/node/blob/v10.16.0/lib/fs.js#L136 https://github.com/nodejs/node/blob/v6.16.0/lib/fs.js#L115 https://github.com/nodejs/node/blob/v10.16.0/lib/internal/errors.js#L715
fs.rename
now requires a callback, after upgrading from v6 to v10:https://github.com/nodejs/node/blob/v10.16.0/lib/fs.js#L136 https://github.com/nodejs/node/blob/v6.16.0/lib/fs.js#L115 https://github.com/nodejs/node/blob/v10.16.0/lib/internal/errors.js#L715