evaera / roblox-lua-promise

Promise implementation for Roblox
https://eryn.io/roblox-lua-promise/
MIT License
281 stars 78 forks source link

Promise.fold does not return correct value if there is an unresolved Promise in the passed list #77

Closed evaera closed 2 years ago

evaera commented 2 years ago

If there is an unresolved Promise in the list passed to Promise.fold, it always returns the initial value.