v4: 对不变的文件重复"添加"事件(同一 inode/创建时间/大小) — 在目录活动期间间歇性出现
作者: vnsteen创建于 2026年5月29日更新于 2026年5月29日
Describe the bug
Chokidar 4 occasionally re-emits the add event for a file it has already reported as added, with no actual filesystem change between the two events. The fs.Stats for both events are byte-identical (ino, birthtimeMs, size) — proving the file was never deleted or re-created on disk.
内容来源: paulmillr/chokidar