fs.renameへの呼び出しの直後fs.writeFile(ただし、の前) のファイルに対して安全callbackですか?
ドキュメントはこれに答えませんでした、それは言うだけです:
Note that it is unsafe to use fs.write multiple times
on the same file without waiting for the callback.
fs.renameへの呼び出しの直後fs.writeFile(ただし、の前) のファイルに対して安全callbackですか?
ドキュメントはこれに答えませんでした、それは言うだけです:
Note that it is unsafe to use fs.write multiple times
on the same file without waiting for the callback.