file-dedupe icon indicating copy to clipboard operation
file-dedupe copied to clipboard

stat.ino can be truncated

Open wmertens opened this issue 6 years ago • 1 comments

See https://github.com/nodejs/node/issues/12115

The solution is to use the bigint: true option on stat, available from v10.5.0 of Node, and then ino will be a BigInt.

wmertens avatar Jul 09 '18 09:07 wmertens

This is valuable information. Thanks.

Wandalen avatar Jul 17 '18 13:07 Wandalen