-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Restart is not triggered for files in a directory. #1269
Comments
I think this might be a dupe issue. Don't have my laptop to hand to confirm though. |
In any case, here's some additional debug info in case it's helpful. 1.14.12
1.15.1
|
Going to close this as a dupe of |
…hmm, actually, I'm going to re-open this issue. I'm digging more into the detail you've included and I'm starting to believe this isn't a dupe, but something else. |
@brkc I've just pushed a tweaked version with a minor change, but windows specific. In lieu of me getting my windows machine running tomorrow, can you give it a test using |
Okay, I think I know what the I'll tidy it up and package for release tomorrow. |
Sorry, forgot to close this for you. Looks good! |
nodemon -v
: 1.15.1node -v
: v8.9.4nodemon -C --watch broken\touchme.txt --exec "echo changed"
Expected behaviour
When I change the file, it prints "changed".
Actual behaviour
It does not print "changed".
This works in 1.14.12.
It does nothing in 1.15.1.
The text was updated successfully, but these errors were encountered: