Setting awaitWriteFinish
to true
triggers infinite change
events
#1224
Labels
awaitWriteFinish
to true
triggers infinite change
events
#1224
Description
Setting
awaitWriteFinish
totrue
produces infinite changeevents
when modifying the file access time from inside the event handler. SettingawaitWriteFinish
tofalse
doesn't.Versions
Example
Directory structure
Contents of
file
Empty (irrelevant)
Contents of
test.js
Expected behavior
Should behave exactly like when setting
awaitWriteFinish
tofalse
and produce a single event, or produce infinitechange
events in both cases.Additional context
This might be an XY Problem, where the “real issue” is
utimes
triggering achange
event. 🤔The text was updated successfully, but these errors were encountered: