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
From this comment.
Trying to watch a file that does not exist with node_watcher terminates the process. chokidar handles this by wrapping fs.watch in a try-catch block and swallowing the error if it's an ENOENT or ENOTDIR.
Does something like that sound okay?
The text was updated successfully, but these errors were encountered:
From this comment.
Trying to watch a file that does not exist with
node_watcher
terminates the process.chokidar
handles this by wrappingfs.watch
in a try-catch block and swallowing the error if it's an ENOENT or ENOTDIR.Does something like that sound okay?
The text was updated successfully, but these errors were encountered: