fs.readFile: don't make the callback before the fd is closed
On Windows it is not possible to unlink() the read file in the callback. This fixes #3051. A test is included.
parent
f178f2ae
Please register or sign in to comment
On Windows it is not possible to unlink() the read file in the callback. This fixes #3051. A test is included.