-
-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get a ready event #102
Comments
What is your use case? |
I have a directory with a shit ton of files that I want watched (takes around 30-60s to finish) and then tell the user that the program has started and ready to detect changes on files. If I don't do that then the user will start editing the files and think the program is hanging. |
amasad
added a commit
to amasad/chokidar
that referenced
this issue
Feb 24, 2014
amasad
added a commit
to amasad/chokidar
that referenced
this issue
Feb 24, 2014
@paulmillr would you please merge the fix by @amasad ? |
@amasad awesome! Thanks! |
es128
added a commit
that referenced
this issue
Nov 14, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to get a ready event from chokidar after it does the first pass at watching files? I'm currently doing the following:
The text was updated successfully, but these errors were encountered: