-
Notifications
You must be signed in to change notification settings - Fork 76
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
Error: Timeout must be a number! #125
Comments
@viglucci would you mind posting the relevant lines from your Gulpfile? Definitely related to the new emit logic. Would you mind upgrading to |
@IOAyman I think that the emit shim traded backward-compatibility with node's EventEmitter class (the I have a feeling that viglucci's code looks like this:
|
@JacksonGariety Noted. I'll push a quick fix in a PR |
@JacksonGariety bumping to [email protected] seems to be working as expected. Unfortunately I am not at liberty to share source, however we are using the Since we are not using the nodemon tasks feature, it looks like for our needs we can drop the second argument from Thanks for addressing this. |
Updating to version 2.2.0 from ^2.0.2 causes the below error to be emitted constantly when watching with gulp-watch. Reverting to [email protected] seems to be working as expected.
I see that gulp-watch also published 4.3.10 (which we are running) the same day as [email protected], is this related?
The text was updated successfully, but these errors were encountered: