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
This module uses await in a for loop. I think it should queue up all downloads, and then if it needs to be in order keep the promises in order, and then unpack.
The text was updated successfully, but these errors were encountered:
This module uses
await
in a for loop. I think it should queue up all downloads, and then if it needs to be in order keep the promises in order, and then unpack.The text was updated successfully, but these errors were encountered: