Skip to content

fs, src, lib: fix `blksize` & `blocks` on Windows

libuv returns values for blksize and blocks on stat calls so do not coerce them into undefined on Windows.

Fixes: https://github.com/nodejs/node/issues/25913

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading