-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Handling gulp.watch errors in Gulp 4 #848
Comments
@ilanbiala Sure, but my only concern is that #359 hasn't been updated since August 26 and |
It's better to ask about it there, where others will get notified about it. |
This is a bug in gaze, the library responsible for file watching. I understand that bugs in that library are a pain in the ass but I have never touched that code base before and we're at the mercy of that author to fix these bugs. See #651 where all watch bugs are being pooled for now. Supposedly a new version of gaze is coming out that will solve these, but it has been months and no progress. |
@contra Thank you for clarification. I'll bug the gaze now. |
I have this task watching various code paths in G4:
Each time I move files around in one of those directories
gulp.watch
crashes with this error:Can you guys please point me in the right direction on what would be the proper way to handle gulp.watch errors in Gulp 4? Basically, I just want to write the error to the console without
gulp.watch
crashing each time. Thank you.The text was updated successfully, but these errors were encountered: