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
In .auto(), tasks with no dependencies may be defined either by a function or an array containing a single function.
The second form actually gives an error cause in this line the array get enclosed in another array.
This is not crucial .auto() itself, but a bit limiting when using .autoInject(), cause the array form is an alternative to using explicit parameters, like in the example below.
In
.auto()
, tasks with no dependencies may be defined either by a function or an array containing a single function.The second form actually gives an error cause in this line the array get enclosed in another array.
This is not crucial
.auto()
itself, but a bit limiting when using.autoInject()
, cause the array form is an alternative to using explicit parameters, like in the example below.The text was updated successfully, but these errors were encountered: