Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Using `fs.watch` for Windows compatibility.
Now watches whole directories, not specific files. Allows removal of lots of code from utils/fs.
- Loading branch information
Showing
with
5 additions
and 40 deletions.
- +5 −5 lib/codex/cli/index.js
- +0 −35 lib/codex/utils/fs.js