Error Handling seems to be failing #2614
Unanswered
closetcodebrews
asked this question in
Help
Replies: 1 comment 3 replies
-
This code is really bad. Why are you using gulp without tasks? Why are you wrapping gulp streams in a promise? Don't try to combine multiple types of async programming, just use one and the patterns expected by that type. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can someone help me with this: https://stackoverflow.com/questions/68626504/error-handler-not-being-reached-for-gulp-task
I've tried to rewrite the logic to use the .catch() as well. No complaints about syntax errors etc. But the error handler just never kicks in.
Please and thank you.
Beta Was this translation helpful? Give feedback.
All reactions