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
Leave the current implementation as fallback and make suggestions to use the navive function from the implemented version for the purpose of optimization.
The text was updated successfully, but these errors were encountered:
fs.copyFile()
andfs.copyFileSync()
were implemented in Node.js 8.5.0.nodejs/node#14906
nodejs/node#15034
This function uses OS native commands, and projects such as
yarn
have already succeeded in speeding up.Leave the current implementation as fallback and make suggestions to use the navive function from the implemented version for the purpose of optimization.
The text was updated successfully, but these errors were encountered: