You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc,test: note and test about non-existent files, in watchFile
As per the discussion in
nodejs#2093 (comment), this
patch improves the Note section in watchFile to clarify about the
non-existent files.
This patch also includes a test which checks if a file not present, the
callback is invoked at least once and if the file is created after
the callback is invoked, it will be invoked again with new stat
objects.
PR-URL: nodejs#2169
0 commit comments