deepal / boostnote-github-sync

✨ Sync BoostNote notes into Github Private Repo in Markdown format
20 stars 5 forks source link

Consistent file watching across platforms #9

Open deepal opened 5 years ago

deepal commented 5 years ago

Use chokidar (https://github.com/paulmillr/chokidar) instead of native node.js fs.watch for watching directories as fs.watch is inconsistent across platforms according to the official documentation (https://nodejs.org/docs/latest/api/fs.html#fs_caveats)