Skip to content

Conversation

@adamcohen
Copy link

If you pass '.' as the watchDirectory, chokidar will ignore all files if you've set watchIgnoreDotFiles to true (which is the default). This tripped me up after the Switch to Chokidar commit was merged, since none of my file changes was causing forever-monitor to restart my app. See here for more details. This fixes that issue. Also, the watch:restart event had the file/stat variables mixed up, which I've fixed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To help others figure out how to enable color support. See here for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants