fswatcher-child

wrap chokidar's FSWatcher in a child process, so that it is crash free


Keywords
chokidar, child, process, fsevents, filesystem, watcher, worker
License
MIT
Install
npm install fswatcher-child@1.1.1

Documentation

FSWatcher child

Build Status

FSWatcher child is a wrapper around chokidar's FSWatcher to provide an error prone layer between your code and chokidar using a child process.

To get a reliable result in testing listen for the ready event, as the watcher will not be able to look for file changes during startup times.

License

MIT