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
node_modules/async/lib/async.js:120
if (!arr.length) {
I think that if arr is undefined it should be treated like an empty array or should trigger an error in the callback. I have a strong preference for the former, though.
The text was updated successfully, but these errors were encountered:
This will yield an error:
I think that if
arr
is undefined it should be treated like an empty array or should trigger an error in the callback. I have a strong preference for the former, though.The text was updated successfully, but these errors were encountered: