You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2021. It is now read-only.
Hi,
Currently using ES2015 arrow functions to implement a task and I'm met with the following error:
TypeError: Cannot read property '1' of nullMy gulp task:
gulp.task('test-param', (debug) => console.log(debug));with the command:
> gulp test-param --debugI know ES2015 may not be widely used yet but I wanted to let you know that the arrow function breaks the intended behavior.
Thanks!