Skip to content

fs: check closing_ in FileHandle::Close

Fix possible flaky failure. Keep uv_fs_close from being called twice on the same fd.

Since I'm not able to reproduce the failure locally, I don't yet know if this fixes the flaky failure in CI.

Refs: https://github.com/nodejs/node/issues/39464 Signed-off-by: James M Snell jasnell@gmail.com

Merge request reports

Loading