-
-
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
Better error message when using remove gulp.watch functionality #1002
Labels
Milestone
Comments
Suggestion:
This would achieve the following:
|
👍 would you be able to submit a PR adding that to index.js? |
|
phated
added a commit
that referenced
this issue
Apr 15, 2015
checking for watch parameters, fixes #1002
phated
pushed a commit
that referenced
this issue
Jun 1, 2015
phated
pushed a commit
that referenced
this issue
Dec 31, 2017
phated
pushed a commit
that referenced
this issue
Dec 31, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the 4.0 branch, we removed the ability to use strings as watch tasks and it causes a cryptic error message
TypeError: Arguments to path.resolve must be strings
as noted in #999We need to make this change/error more apparent.
The text was updated successfully, but these errors were encountered: