百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
返回工具页/返回 Issues 列表
#1465·chokidar

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

查看 GitHub 原文在 GitHub 查看讨论