@ -55,6 +55,7 @@ fs.readFile = function (path, encoding_, callback) {
var offset = 0;
function doRead() {
if (size < 1) {
binding.close(fd);
callback(null, buffer);
return;
}
The note is not visible to the blocked user.